#B08A49

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

Shades of Teak #B08A49

Tints of Teak #B08A49

Color information

#B08A49 (or 0xB08A49) is unknown color: approx Teak. HEX triplet: B0, 8A and 49. RGB value is (176,138,73). Sum of RGB (Red+Green+Blue) = 176+138+73=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A49 is #4F75B6. Grayscale: #8E8E8E. Windows color (decimal): -5207479 or 4819632. OLE color: 4819632.

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

Color convert

RGB17613873-
CMYK00.220.590.31
HSL37.86º41.37%48.82%-
HSV(B)37.86º58.52%69.02%-
XYZ28.227.8910.2-
YUV141.9589.09152.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=45.48%
G=35.66%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761387300.220.590.3137.8641.3748.82
HexB08A490163B1F262931
Octal2602121110267337465161
Binary1011000010001010100100101011011101111111100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A49; }

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

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

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

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

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

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

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

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