Html Css Color HEX #B4B29E Tana

📋 copy color: '#B4B29E'

red 180 ◦ green 178 ◦ blue 158

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

Shades of Tana #B4B29E

Tints of Tana #B4B29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 34.88%
G = 34.5%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4B29E (or 0xB4B29E) is known color: Tana. HEX triplet: B4, B2 and 9E. RGB value is (180,178,158). Sum of RGB (Red+Green+Blue) = 180+178+158=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B29E is #4B4D61. Grayscale: #B0B0B0. Windows color (decimal): -4935010 or 10400436. OLE color: 10400436.

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

Color convert

RGB 180 178 158 -
CMYK 0 0.01 0.12 0.29
HSL 54.55º 0.13% 0.66% -
HSV(B) 54.55º 0.12% 0.71% -
XYZ 40.91 44.01 38.69 -
YUV 176.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 180 178 158 0 0.01 0.12 0.29 54.55 0.13 0.66
Hex B4 B2 9E 0 1 C 1D 37 D 42
Octal 264 262 236 0 1 14 35 67 15 102
Binary 10110100 10110010 10011110 0 1 1100 11101 110111 1101 1000010

Color Harmonies of #B4B29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B29E

Black with #B4B29E

Text Example


Text Example

White with #B4B29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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