Html Css Color HEX #B9B49A Tana

📋 copy color: '#B9B49A'

red 185 ◦ green 180 ◦ blue 154

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

Shades of Tana #B9B49A

Tints of Tana #B9B49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 35.65%
G = 34.68%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9B49A (or 0xB9B49A) is known color: Tana. HEX triplet: B9, B4 and 9A. RGB value is (185,180,154). Sum of RGB (Red+Green+Blue) = 185+180+154=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49A is #464B65. Grayscale: #B2B2B2. Windows color (decimal): -4606822 or 10138809. OLE color: 10138809.

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

Color convert

RGB 185 180 154 -
CMYK 0 0.03 0.17 0.27
HSL 50.32º 0.18% 0.66% -
HSV(B) 50.32º 0.17% 0.73% -
XYZ 42.16 45.29 37.09 -
YUV 178.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 185 180 154 0 0.03 0.17 0.27 50.32 0.18 0.66
Hex B9 B4 9A 0 3 11 1B 32 12 42
Octal 271 264 232 0 3 21 33 62 22 102
Binary 10111001 10110100 10011010 0 11 10001 11011 110010 10010 1000010

Color Harmonies of #B9B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B49A

Black with #B9B49A

Text Example


Text Example

White with #B9B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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