#B0884D

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

Shades of Teak #B0884D

Tints of Teak #B0884D

Color information

#B0884D (or 0xB0884D) is unknown color: approx Teak. HEX triplet: B0, 88 and 4D. RGB value is (176,136,77). Sum of RGB (Red+Green+Blue) = 176+136+77=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0884D is #4F77B2. Grayscale: #8D8D8D. Windows color (decimal): -5207987 or 5081264. OLE color: 5081264.

HSL color Cylindrical-coordinate representation of color #B0884D: hue angle of 35.76º 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 #B0884D is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17613677-
CMYK00.230.560.31
HSL35.76º39.13%49.61%-
HSV(B)35.76º56.25%69.02%-
XYZ28.0527.3710.83-
YUV141.2391.75152.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=45.24%
G=34.96%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761367700.230.560.3135.7639.1349.61
HexB0884D017381F242732
Octal2602101150277037444762
Binary1011000010001000100110101011111100011111100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0884D; }

 p { color: rgb(176,136,77); }

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

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

 a { background-color: rgb(176,136,77); }

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

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

 span { border-color: rgb(176,136,77); }

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