#B7BFB7

Color #B7BFB7 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #B7BFB7

Tints of Zanah #B7BFB7

Color information

#B7BFB7 (or 0xB7BFB7) is unknown color: approx Zanah. HEX triplet: B7, BF and B7. RGB value is (183,191,183). Sum of RGB (Red+Green+Blue) = 183+191+183=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFB7 is #484048. Grayscale: #BBBBBB. Windows color (decimal): -4735049 or 12042167. OLE color: 12042167.

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

Color convert

RGB183191183-
CMYK0.0400.040.25
HSL120º5.88%73.33%-
HSV(B)120º4.19%74.9%-
XYZ46.7150.7552.13-
YUV187.7125.35124.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=32.85%
G=34.29%
B=32.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911830.0400.040.251205.8873.33
HexB7BFB74041978649
Octal267277267404311706111
Binary10110111101111111011011110001001100111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFB7; }

 p { color: rgb(183,191,183); }

 H1.HeaderClassName
 {
   color: #B7BFB7;
 }
 .AnyTagClassName
 {
   color: #B7BFB7;
 }
</style>
background-color css

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

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

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

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

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

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