#B08A56

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

Shades of Teak #B08A56

Tints of Teak #B08A56

Color information

#B08A56 (or 0xB08A56) is unknown color: approx Teak. HEX triplet: B0, 8A and 56. RGB value is (176,138,86). Sum of RGB (Red+Green+Blue) = 176+138+86=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A56 is #4F75A9. Grayscale: #8F8F8F. Windows color (decimal): -5207466 or 5671600. OLE color: 5671600.

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

Color convert

RGB17613886-
CMYK00.220.510.31
HSL34.67º36.29%51.37%-
HSV(B)34.67º51.14%69.02%-
XYZ28.6728.0812.71-
YUV143.4395.59151.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 86 (33.98% from 255) = 21.5%
R=44%
G=34.5%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761388600.220.510.3134.6736.2951.37
HexB08A56016331F232433
Octal2602121260266337434463
Binary1011000010001010101011001011011001111111100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A56; }

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

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

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

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

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

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

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

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