Html Css Color HEX #B4B49E Tana

📋 copy color: '#B4B49E'

red 180 ◦ green 180 ◦ blue 158

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

Shades of Tana #B4B49E

Tints of Tana #B4B49E

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

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

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

R = 34.75%
G = 34.75%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4B49E (or 0xB4B49E) is known color: Tana. HEX triplet: B4, B4 and 9E. RGB value is (180,180,158). Sum of RGB (Red+Green+Blue) = 180+180+158=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B49E is #4B4B61. Grayscale: #B1B1B1. Windows color (decimal): -4934498 or 10400948. OLE color: 10400948.

HSL color Cylindrical-coordinate representation of color #B4B49E: hue angle of 60º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4B49E is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 158 -
CMYK 0 0 0.12 0.29
HSL 60º 0.13% 0.66% -
HSV(B) 60º 0.12% 0.71% -
XYZ 41.32 44.81 38.82 -
YUV 177.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 180 180 158 0 0 0.12 0.29 60 0.13 0.66
Hex B4 B4 9E 0 0 C 1D 3C D 42
Octal 264 264 236 0 0 14 35 74 15 102
Binary 10110100 10110100 10011110 0 0 1100 11101 111100 1101 1000010

Color Harmonies of #B4B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B49E

Black with #B4B49E

Text Example


Text Example

White with #B4B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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