Html Css Color HEX #B09154 Teak

📋 copy color: '#B09154'

red 176 ◦ green 145 ◦ blue 84

#B09154
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #B09154

Tints of Teak #B09154

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

 GREEN value IS 145 (57.03% from 255) = 35.8%

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 43.46%
G = 35.8%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B09154 (or 0xB09154) is known color: 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

RGB 176 145 84 -
CMYK 0 0.18 0.52 0.31
HSL 39.78º 0.37% 0.51% -
HSV(B) 39.78º 0.52% 0.69% -
XYZ 29.63 30.12 12.64 -
YUV 147.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 176 145 84 0 0.18 0.52 0.31 39.78 0.37 0.51
Hex B0 91 54 0 12 34 1F 28 25 33
Octal 260 221 124 0 22 64 37 50 45 63
Binary 10110000 10010001 1010100 0 10010 110100 11111 101000 100101 110011

Color Harmonies of #B09154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09154

Black with #B09154

Text Example


Text Example

White with #B09154

Text Example


Text Example

HTML Codes & Css Web 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>