Html Css Color HEX #B3BFB4 Zanah

📋 copy color: '#B3BFB4'

red 179 ◦ green 191 ◦ blue 180

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

Shades of Zanah #B3BFB4

Tints of Zanah #B3BFB4

RGB

 RED value IS 179 (70.31% from 255) = 32.55%

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 180 (70.7% from 255) = 32.73%

R = 32.55%
G = 34.73%
B = 32.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#B3BFB4 (or 0xB3BFB4) is known color: Zanah. HEX triplet: B3, BF and B4. RGB value is (179,191,180). Sum of RGB (Red+Green+Blue) = 179+191+180=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFB4 is #4C404B. Grayscale: #BABABA. Windows color (decimal): -4997196 or 11845555. OLE color: 11845555.

HSL color Cylindrical-coordinate representation of color #B3BFB4: hue angle of 125º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BFB4 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 191 180 -
CMYK 0.06 0 0.06 0.25
HSL 125º 0.09% 0.73% -
HSV(B) 125º 0.06% 0.75% -
XYZ 45.46 50.14 50.46 -
YUV 186.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 179 191 180 0.06 0 0.06 0.25 125 0.09 0.73
Hex B3 BF B4 6 0 6 19 7D 9 49
Octal 263 277 264 6 0 6 31 175 11 111
Binary 10110011 10111111 10110100 110 0 110 11001 1111101 1001 1001001

Color Harmonies of #B3BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BFB4

Black with #B3BFB4

Text Example


Text Example

White with #B3BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BFB4; }

 p { color: rgb(179,191,180); }

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

background-color css

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

 a { background-color: rgb(179,191,180); }

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

border-color css

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

 span { border-color: rgb(179,191,180); }

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