Html Css Color HEX #B4B19E Tana

📋 copy color: '#B4B19E'

red 180 ◦ green 177 ◦ blue 158

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

Shades of Tana #B4B19E

Tints of Tana #B4B19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.37%

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

R = 34.95%
G = 34.37%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4B19E (or 0xB4B19E) is known color: Tana. HEX triplet: B4, B1 and 9E. RGB value is (180,177,158). Sum of RGB (Red+Green+Blue) = 180+177+158=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B19E is #4B4E61. Grayscale: #AFAFAF. Windows color (decimal): -4935266 or 10400180. OLE color: 10400180.

HSL color Cylindrical-coordinate representation of color #B4B19E: hue angle of 51.82º 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 #B4B19E is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 158 -
CMYK 0 0.02 0.12 0.29
HSL 51.82º 0.13% 0.66% -
HSV(B) 51.82º 0.12% 0.71% -
XYZ 40.72 43.62 38.62 -
YUV 175.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 180 177 158 0 0.02 0.12 0.29 51.82 0.13 0.66
Hex B4 B1 9E 0 2 C 1D 34 D 42
Octal 264 261 236 0 2 14 35 64 15 102
Binary 10110100 10110001 10011110 0 10 1100 11101 110100 1101 1000010

Color Harmonies of #B4B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B19E

Black with #B4B19E

Text Example


Text Example

White with #B4B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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