#B0BFB3

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

Shades of Gum Leaf #B0BFB3

Tints of Gum Leaf #B0BFB3

Color information

#B0BFB3 (or 0xB0BFB3) is unknown color: approx Gum Leaf. HEX triplet: B0, BF and B3. RGB value is (176,191,179). Sum of RGB (Red+Green+Blue) = 176+191+179=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFB3 is #4F404C. Grayscale: #B9B9B9. Windows color (decimal): -5193805 or 11780016. OLE color: 11780016.

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

Color convert

RGB176191179-
CMYK0.0800.060.25
HSL132º10.49%71.96%-
HSV(B)132º7.85%74.9%-
XYZ44.6749.7549.9-
YUV185.15124.53121.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=32.23%
G=34.98%
B=32.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911790.0800.060.2513210.4971.96
HexB0BFB38061984a48
Octal26027726310063120412110
Binary10110000101111111011001110000110110011000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFB3; }

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

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

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

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

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

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

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

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