Shades of Caper #B0BF8F
Tints of Caper #B0BF8F
RGB
CMYK
RGB Variations
Color information
#B0BF8F (or 0xB0BF8F) is known color: Caper. HEX triplet: B0, BF and 8F. RGB value is (176,191,143). Sum of RGB (Red+Green+Blue) = 176+191+143=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF8F is #4F4070. Grayscale: #B5B5B5. Windows color (decimal): -5193841 or 9420720. OLE color: 9420720.
HSL color Cylindrical-coordinate representation of color #B0BF8F: hue angle of 78.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BF8F is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
RGB | 176 | 191 | 143 | - |
CMYK | 0.08 | 0 | 0.25 | 0.25 |
HSL | 78.75º | 0.27% | 0.65% | - |
HSV(B) | 78.75º | 0.25% | 0.75% | - |
XYZ | 41.49 | 48.47 | 33.16 | - |
YUV | 181.04 | 106.53 | 124.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 191 | 143 | 0.08 | 0 | 0.25 | 0.25 | 78.75 | 0.27 | 0.65 |
Hex | B0 | BF | 8F | 8 | 0 | 19 | 19 | 4F | 1B | 41 |
Octal | 260 | 277 | 217 | 10 | 0 | 31 | 31 | 117 | 33 | 101 |
Binary | 10110000 | 10111111 | 10001111 | 1000 | 0 | 11001 | 11001 | 1001111 | 11011 | 1000001 |
Color Harmonies of #B0BF8F
Complementary color
Monochromatic Colors of #B0BF8F
Black with #B0BF8F
Text Example
Text Example
White with #B0BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF8F; }
p { color: rgb(176,191,143); }
H1.HeaderClassName
{
color: #B0BF8F;
}
.AnyTagClassName
{
color: #B0BF8F;
}
</style>
background-color css
<style>
a { background-color: #B0BF8F; }
a { background-color: rgb(176,191,143); }
div.DivClassName
{
background-color: #B0BF8F;
}
.BgClassName
{
background-color: #B0BF8F;
}
</style>
border-color css
<style>
span { border-color: #B0BF8F; }
span { border-color: rgb(176,191,143); }
td.TdClassName
{
border-color: #B0BF8F;
}
.TagClassName
{
border-color: #B0BF8F;
}
</style>