#B09154

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

Shades of Teak #B09154

Tints of Teak #B09154

Color information

#B09154 (or 0xB09154) is unknown color: approx Teak. HEX triplet: B0, 91 and 54. RGB value is (176,145,84). Sum of RGB (Red+Green+Blue) = 176+145+84=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B09154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09154 is #4F6EAB. Grayscale: #939393. Windows color (decimal): -5205676 or 5542320. OLE color: 5542320.

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

Color convert

RGB17614584-
CMYK00.180.520.31
HSL39.78º36.8%50.98%-
HSV(B)39.78º52.27%69.02%-
XYZ29.6330.1212.64-
YUV147.3192.27148.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=43.46%
G=35.80%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761458400.180.520.3139.7836.850.98
HexB09154012341F282533
Octal2602211240226437504563
Binary1011000010010001101010001001011010011111101000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09154; }

 p { color: rgb(176,145,84); }

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

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

 a { background-color: rgb(176,145,84); }

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

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

 span { border-color: rgb(176,145,84); }

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