Shades of Gum Leaf #B0BFB3
Tints of Gum Leaf #B0BFB3
RGB
CMYK
RGB Variations
Color information
#B0BFB3 (or 0xB0BFB3) is known color: 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
| RGB | 176 | 191 | 179 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.25 |
| HSL | 132º | 0.1% | 0.72% | - |
| HSV(B) | 132º | 0.08% | 0.75% | - |
| XYZ | 44.67 | 49.75 | 49.9 | - |
| YUV | 185.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 179 | 0.08 | 0 | 0.06 | 0.25 | 132 | 0.1 | 0.72 |
| Hex | B0 | BF | B3 | 8 | 0 | 6 | 19 | 84 | A | 48 |
| Octal | 260 | 277 | 263 | 10 | 0 | 6 | 31 | 204 | 12 | 110 |
| Binary | 10110000 | 10111111 | 10110011 | 1000 | 0 | 110 | 11001 | 10000100 | 1010 | 1001000 |
Color Harmonies of #B0BFB3
Complementary color
Monochromatic Colors of #B0BFB3
Black with #B0BFB3
Text Example
Text Example
White with #B0BFB3
Text Example
Text Example
HTML Codes & Css Web 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>