#B08D4C

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

Shades of Teak #B08D4C

Tints of Teak #B08D4C

Color information

#B08D4C (or 0xB08D4C) is unknown color: approx Teak. HEX triplet: B0, 8D and 4C. RGB value is (176,141,76). Sum of RGB (Red+Green+Blue) = 176+141+76=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D4C is #4F72B3. Grayscale: #909090. Windows color (decimal): -5206708 or 5017008. OLE color: 5017008.

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

Color convert

RGB17614176-
CMYK00.200.570.31
HSL39º39.68%49.41%-
HSV(B)39º56.82%69.02%-
XYZ28.7328.810.88-
YUV144.0589.6150.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=44.78%
G=35.88%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761417600.200.570.313939.6849.41
HexB08D4C014391F272831
Octal2602151140247137475061
Binary1011000010001101100110001010011100111111100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D4C; }

 p { color: rgb(176,141,76); }

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

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

 a { background-color: rgb(176,141,76); }

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

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

 span { border-color: rgb(176,141,76); }

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