Shades of Caper #B0BF7B
Tints of Caper #B0BF7B
RGB
CMYK
RGB Variations
Color information
#B0BF7B (or 0xB0BF7B) is known color: Caper. HEX triplet: B0, BF and 7B. RGB value is (176,191,123). Sum of RGB (Red+Green+Blue) = 176+191+123=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF7B is #4F4084. Grayscale: #B3B3B3. Windows color (decimal): -5193861 or 8110000. OLE color: 8110000.
HSL color Cylindrical-coordinate representation of color #B0BF7B: hue angle of 73.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0BF7B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 123 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.25 |
| HSL | 73.24º | 0.35% | 0.62% | - |
| HSV(B) | 73.24º | 0.36% | 0.75% | - |
| XYZ | 40.11 | 47.92 | 25.87 | - |
| YUV | 178.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 123 | 0.08 | 0 | 0.36 | 0.25 | 73.24 | 0.35 | 0.62 |
| Hex | B0 | BF | 7B | 8 | 0 | 24 | 19 | 49 | 23 | 3E |
| Octal | 260 | 277 | 173 | 10 | 0 | 44 | 31 | 111 | 43 | 76 |
| Binary | 10110000 | 10111111 | 1111011 | 1000 | 0 | 100100 | 11001 | 1001001 | 100011 | 111110 |
Color Harmonies of #B0BF7B
Complementary color
Monochromatic Colors of #B0BF7B
Black with #B0BF7B
Text Example
Text Example
White with #B0BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF7B; }
p { color: rgb(176,191,123); }
H1.HeaderClassName
{
color: #B0BF7B;
}
.AnyTagClassName
{
color: #B0BF7B;
}
</style>
background-color css
<style>
a { background-color: #B0BF7B; }
a { background-color: rgb(176,191,123); }
div.DivClassName
{
background-color: #B0BF7B;
}
.BgClassName
{
background-color: #B0BF7B;
}
</style>
border-color css
<style>
span { border-color: #B0BF7B; }
span { border-color: rgb(176,191,123); }
td.TdClassName
{
border-color: #B0BF7B;
}
.TagClassName
{
border-color: #B0BF7B;
}
</style>