#B0894E

Color #B0894E Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #B0894E

Tints of Teak #B0894E

Color information

#B0894E (or 0xB0894E) is unknown color: approx Teak. HEX triplet: B0, 89 and 4E. RGB value is (176,137,78). Sum of RGB (Red+Green+Blue) = 176+137+78=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0894E is #4F76B1. Grayscale: #8E8E8E. Windows color (decimal): -5207730 or 5147056. OLE color: 5147056.

HSL color Cylindrical-coordinate representation of color #B0894E: hue angle of 36.12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0894E is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17613778-
CMYK00.220.560.31
HSL36.12º38.58%49.8%-
HSV(B)36.12º55.68%69.02%-
XYZ28.2327.6711.06-
YUV141.9491.92152.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=45.01%
G=35.04%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761377800.220.560.3136.1238.5849.8
HexB0894E016381F242732
Octal2602111160267037444762
Binary1011000010001001100111001011011100011111100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0894E; }

 p { color: rgb(176,137,78); }

 H1.HeaderClassName
 {
   color: #B0894E;
 }
 .AnyTagClassName
 {
   color: #B0894E;
 }
</style>
background-color css

<style>
 a { background-color: #B0894E; }

 a { background-color: rgb(176,137,78); }

 div.DivClassName
 {
   background-color: #B0894E;
 }
 .BgClassName
 {
   background-color: #B0894E;
 }
</style>
border-color css

<style>
 span { border-color: #B0894E; }

 span { border-color: rgb(176,137,78); }

 td.TdClassName
 {
   border-color: #B0894E;
 }
 .TagClassName
 {
   border-color: #B0894E;
 }
</style>