Html Css Color HEX #B4CAB1 Zanah

📋 copy color: '#B4CAB1'

red 180 ◦ green 202 ◦ blue 177

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

Shades of Zanah #B4CAB1

Tints of Zanah #B4CAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 32.2%
G = 36.14%
B = 31.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#B4CAB1 (or 0xB4CAB1) is known color: Zanah. HEX triplet: B4, CA and B1. RGB value is (180,202,177). Sum of RGB (Red+Green+Blue) = 180+202+177=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAB1 is #4B354E. Grayscale: #C0C0C0. Windows color (decimal): -4928847 or 11651764. OLE color: 11651764.

HSL color Cylindrical-coordinate representation of color #B4CAB1: hue angle of 112.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CAB1 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 177 -
CMYK 0.11 0 0.12 0.21
HSL 112.8º 0.19% 0.74% -
HSV(B) 112.8º 0.12% 0.79% -
XYZ 47.88 55.12 49.71 -
YUV 192.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 180 202 177 0.11 0 0.12 0.21 112.8 0.19 0.74
Hex B4 CA B1 B 0 C 15 71 13 4A
Octal 264 312 261 13 0 14 25 161 23 112
Binary 10110100 11001010 10110001 1011 0 1100 10101 1110001 10011 1001010

Color Harmonies of #B4CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CAB1

Black with #B4CAB1

Text Example


Text Example

White with #B4CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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