Html Css Color HEX #B9B49C Tana

📋 copy color: '#B9B49C'

red 185 ◦ green 180 ◦ blue 156

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

Shades of Tana #B9B49C

Tints of Tana #B9B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 35.51%
G = 34.55%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9B49C (or 0xB9B49C) is known color: Tana. HEX triplet: B9, B4 and 9C. RGB value is (185,180,156). Sum of RGB (Red+Green+Blue) = 185+180+156=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B49C is #464B63. Grayscale: #B2B2B2. Windows color (decimal): -4606820 or 10269881. OLE color: 10269881.

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

Color convert

RGB 185 180 156 -
CMYK 0 0.03 0.16 0.27
HSL 49.66º 0.17% 0.67% -
HSV(B) 49.66º 0.16% 0.73% -
XYZ 42.33 45.36 37.98 -
YUV 178.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 185 180 156 0 0.03 0.16 0.27 49.66 0.17 0.67
Hex B9 B4 9C 0 3 10 1B 32 11 43
Octal 271 264 234 0 3 20 33 62 21 103
Binary 10111001 10110100 10011100 0 11 10000 11011 110010 10001 1000011

Color Harmonies of #B9B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B49C

Black with #B9B49C

Text Example


Text Example

White with #B9B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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