#B08F56

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

Shades of Teak #B08F56

Tints of Teak #B08F56

Color information

#B08F56 (or 0xB08F56) is unknown color: approx Teak. HEX triplet: B0, 8F and 56. RGB value is (176,143,86). Sum of RGB (Red+Green+Blue) = 176+143+86=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F56 is #4F70A9. Grayscale: #929292. Windows color (decimal): -5206186 or 5672880. OLE color: 5672880.

HSL color Cylindrical-coordinate representation of color #B08F56: hue angle of 38º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B08F56 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17614386-
CMYK00.190.510.31
HSL38º36.29%51.37%-
HSV(B)38º51.14%69.02%-
XYZ29.4129.5512.96-
YUV146.3793.93149.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=43.46%
G=35.31%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761438600.190.510.313836.2951.37
HexB08F56013331F262433
Octal2602171260236337464463
Binary1011000010001111101011001001111001111111100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F56; }

 p { color: rgb(176,143,86); }

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

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

 a { background-color: rgb(176,143,86); }

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

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

 span { border-color: rgb(176,143,86); }

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