#B3BEB3

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

Shades of Zanah #B3BEB3

Tints of Zanah #B3BEB3

Color information

#B3BEB3 (or 0xB3BEB3) is unknown color: approx Zanah. HEX triplet: B3, BE and B3. RGB value is (179,190,179). Sum of RGB (Red+Green+Blue) = 179+190+179=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEB3 is #4C414C. Grayscale: #B9B9B9. Windows color (decimal): -4997453 or 11779763. OLE color: 11779763.

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

Color convert

RGB179190179-
CMYK0.0600.060.25
HSL120º7.8%72.35%-
HSV(B)120º5.79%74.51%-
XYZ45.1449.6749.86-
YUV185.46124.36123.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=32.66%
G=34.67%
B=32.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901790.0600.060.251207.872.35
HexB3BEB36061978848
Octal2632762636063117010110
Binary101100111011111010110011110011011001111100010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEB3; }

 p { color: rgb(179,190,179); }

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

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

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

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

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

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

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