Shades of Gum Leaf #B0BFB4
Tints of Gum Leaf #B0BFB4
RGB
CMYK
RGB Variations
Color information
#B0BFB4 (or 0xB0BFB4) is known color: Gum Leaf. HEX triplet: B0, BF and B4. RGB value is (176,191,180). Sum of RGB (Red+Green+Blue) = 176+191+180=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFB4 is #4F404B. Grayscale: #B9B9B9. Windows color (decimal): -5193804 or 11845552. OLE color: 11845552.
HSL color Cylindrical-coordinate representation of color #B0BFB4: hue angle of 136º 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 #B0BFB4 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 180 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.25 |
| HSL | 136º | 0.1% | 0.72% | - |
| HSV(B) | 136º | 0.08% | 0.75% | - |
| XYZ | 44.77 | 49.79 | 50.43 | - |
| YUV | 185.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 180 | 0.08 | 0 | 0.06 | 0.25 | 136 | 0.1 | 0.72 |
| Hex | B0 | BF | B4 | 8 | 0 | 6 | 19 | 88 | A | 48 |
| Octal | 260 | 277 | 264 | 10 | 0 | 6 | 31 | 210 | 12 | 110 |
| Binary | 10110000 | 10111111 | 10110100 | 1000 | 0 | 110 | 11001 | 10001000 | 1010 | 1001000 |
Color Harmonies of #B0BFB4
Complementary color
Monochromatic Colors of #B0BFB4
Black with #B0BFB4
Text Example
Text Example
White with #B0BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFB4; }
p { color: rgb(176,191,180); }
H1.HeaderClassName
{
color: #B0BFB4;
}
.AnyTagClassName
{
color: #B0BFB4;
}
</style>
background-color css
<style>
a { background-color: #B0BFB4; }
a { background-color: rgb(176,191,180); }
div.DivClassName
{
background-color: #B0BFB4;
}
.BgClassName
{
background-color: #B0BFB4;
}
</style>
border-color css
<style>
span { border-color: #B0BFB4; }
span { border-color: rgb(176,191,180); }
td.TdClassName
{
border-color: #B0BFB4;
}
.TagClassName
{
border-color: #B0BFB4;
}
</style>