#B08C52

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

Shades of Teak #B08C52

Tints of Teak #B08C52

Color information

#B08C52 (or 0xB08C52) is unknown color: approx Teak. HEX triplet: B0, 8C and 52. RGB value is (176,140,82). Sum of RGB (Red+Green+Blue) = 176+140+82=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C52 is #4F73AD. Grayscale: #909090. Windows color (decimal): -5206958 or 5409968. OLE color: 5409968.

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

Color convert

RGB17614082-
CMYK00.200.530.31
HSL37.02º37.3%50.59%-
HSV(B)37.02º53.41%69.02%-
XYZ28.8128.611.98-
YUV144.1592.93150.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=44.22%
G=35.18%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761408200.200.530.3137.0237.350.59
HexB08C52014351F252533
Octal2602141220246537454563
Binary1011000010001100101001001010011010111111100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C52; }

 p { color: rgb(176,140,82); }

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

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

 a { background-color: rgb(176,140,82); }

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

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

 span { border-color: rgb(176,140,82); }

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