Html Css Color HEX #B4B09C Tana

📋 copy color: '#B4B09C'

red 180 ◦ green 176 ◦ blue 156

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

Shades of Tana #B4B09C

Tints of Tana #B4B09C

RGB

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

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

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

R = 35.16%
G = 34.38%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4B09C (or 0xB4B09C) is known color: Tana. HEX triplet: B4, B0 and 9C. RGB value is (180,176,156). Sum of RGB (Red+Green+Blue) = 180+176+156=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B09C is #4B4F63. Grayscale: #AEAEAE. Windows color (decimal): -4935524 or 10268852. OLE color: 10268852.

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

Color convert

RGB 180 176 156 -
CMYK 0 0.02 0.13 0.29
HSL 50º 0.14% 0.66% -
HSV(B) 50º 0.13% 0.71% -
XYZ 40.35 43.15 37.66 -
YUV 174.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 180 176 156 0 0.02 0.13 0.29 50 0.14 0.66
Hex B4 B0 9C 0 2 D 1D 32 E 42
Octal 264 260 234 0 2 15 35 62 16 102
Binary 10110100 10110000 10011100 0 10 1101 11101 110010 1110 1000010

Color Harmonies of #B4B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B09C

Black with #B4B09C

Text Example


Text Example

White with #B4B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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