#B0BFB1

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

Shades of Zanah #B0BFB1

Tints of Zanah #B0BFB1

Color information

#B0BFB1 (or 0xB0BFB1) is unknown color: approx Zanah. HEX triplet: B0, BF and B1. RGB value is (176,191,177). Sum of RGB (Red+Green+Blue) = 176+191+177=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFB1 is #4F404E. Grayscale: #B8B8B8. Windows color (decimal): -5193807 or 11648944. OLE color: 11648944.

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

Color convert

RGB176191177-
CMYK0.0800.070.25
HSL124º10.49%71.96%-
HSV(B)124º7.85%74.9%-
XYZ44.4749.6748.84-
YUV184.92123.53121.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=32.35%
G=35.11%
B=32.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911770.0800.070.2512410.4971.96
HexB0BFB1807197ca48
Octal26027726110073117412110
Binary1011000010111111101100011000011111001111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFB1; }

 p { color: rgb(176,191,177); }

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

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

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

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

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

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

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