Html Css Color HEX #B4B09E Tana

📋 copy color: '#B4B09E'

red 180 ◦ green 176 ◦ blue 158

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

Shades of Tana #B4B09E

Tints of Tana #B4B09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

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

R = 35.02%
G = 34.24%
B = 30.74%

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

#B4B09E (or 0xB4B09E) is known color: Tana. HEX triplet: B4, B0 and 9E. RGB value is (180,176,158). Sum of RGB (Red+Green+Blue) = 180+176+158=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B09E is #4B4F61. Grayscale: #AFAFAF. Windows color (decimal): -4935522 or 10399924. OLE color: 10399924.

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

Color convert

RGB 180 176 158 -
CMYK 0 0.02 0.12 0.29
HSL 49.09º 0.13% 0.66% -
HSV(B) 49.09º 0.12% 0.71% -
XYZ 40.52 43.22 38.55 -
YUV 175.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 180 176 158 0 0.02 0.12 0.29 49.09 0.13 0.66
Hex B4 B0 9E 0 2 C 1D 31 D 42
Octal 264 260 236 0 2 14 35 61 15 102
Binary 10110100 10110000 10011110 0 10 1100 11101 110001 1101 1000010

Color Harmonies of #B4B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B09E

Black with #B4B09E

Text Example


Text Example

White with #B4B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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