Html Css Color HEX #B9B49E Tana

📋 copy color: '#B9B49E'

red 185 ◦ green 180 ◦ blue 158

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

Shades of Tana #B9B49E

Tints of Tana #B9B49E

RGB

 RED value IS 185 (72.66% from 255) = 35.37%

 GREEN value IS 180 (70.7% from 255) = 34.42%

 BLUE value IS 158 (62.11% from 255) = 30.21%

R = 35.37%
G = 34.42%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9B49E (or 0xB9B49E) is known color: Tana. HEX triplet: B9, B4 and 9E. RGB value is (185,180,158). Sum of RGB (Red+Green+Blue) = 185+180+158=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49E is #464B61. Grayscale: #B3B3B3. Windows color (decimal): -4606818 or 10400953. OLE color: 10400953.

HSL color Cylindrical-coordinate representation of color #B9B49E: hue angle of 48.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9B49E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 180 158 -
CMYK 0 0.03 0.15 0.27
HSL 48.89º 0.16% 0.67% -
HSV(B) 48.89º 0.15% 0.73% -
XYZ 42.5 45.43 38.88 -
YUV 178.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 185 180 158 0 0.03 0.15 0.27 48.89 0.16 0.67
Hex B9 B4 9E 0 3 F 1B 31 10 43
Octal 271 264 236 0 3 17 33 61 20 103
Binary 10111001 10110100 10011110 0 11 1111 11011 110001 10000 1000011

Color Harmonies of #B9B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B49E

Black with #B9B49E

Text Example


Text Example

White with #B9B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B49E; }

 p { color: rgb(185,180,158); }

 H1.HeaderClassName
 {
   color: #B9B49E;
 }
 .AnyTagClassName
 {
   color: #B9B49E;
 }
</style>

background-color css

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

 a { background-color: rgb(185,180,158); }

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

border-color css

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

 span { border-color: rgb(185,180,158); }

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