#B4C0B4

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

Shades of Zanah #B4C0B4

Tints of Zanah #B4C0B4

Color information

#B4C0B4 (or 0xB4C0B4) is unknown color: approx Zanah. HEX triplet: B4, C0 and B4. RGB value is (180,192,180). Sum of RGB (Red+Green+Blue) = 180+192+180=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0B4 is #4B3F4B. Grayscale: #BBBBBB. Windows color (decimal): -4931404 or 11845812. OLE color: 11845812.

HSL color Cylindrical-coordinate representation of color #B4C0B4: hue angle of 120º 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 #B4C0B4 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB180192180-
CMYK0.0600.060.25
HSL120º8.7%72.94%-
HSV(B)120º6.25%75.29%-
XYZ45.9150.750.55-
YUV187.04124.02122.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 180 (70.70% from 255) = 32.61%
R=32.61%
G=34.78%
B=32.61%

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
Decimal1801921800.0600.060.251208.772.94
HexB4C0B46061978949
Octal2643002646063117011111
Binary101101001100000010110100110011011001111100010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C0B4; }

 p { color: rgb(180,192,180); }

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

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

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

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

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

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

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