Shades of Caper #B0B78D
Tints of Caper #B0B78D
RGB
CMYK
RGB Variations
Color information
#B0B78D (or 0xB0B78D) is known color: Caper. HEX triplet: B0, B7 and 8D. RGB value is (176,183,141). Sum of RGB (Red+Green+Blue) = 176+183+141=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B78D is #4F4872. Grayscale: #B0B0B0. Windows color (decimal): -5195891 or 9287600. OLE color: 9287600.
HSL color Cylindrical-coordinate representation of color #B0B78D: hue angle of 70º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B78D is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 141 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.28 |
| HSL | 70º | 0.23% | 0.64% | - |
| HSV(B) | 70º | 0.23% | 0.72% | - |
| XYZ | 39.65 | 45.02 | 31.8 | - |
| YUV | 176.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 141 | 0.04 | 0 | 0.23 | 0.28 | 70 | 0.23 | 0.64 |
| Hex | B0 | B7 | 8D | 4 | 0 | 17 | 1C | 46 | 17 | 40 |
| Octal | 260 | 267 | 215 | 4 | 0 | 27 | 34 | 106 | 27 | 100 |
| Binary | 10110000 | 10110111 | 10001101 | 100 | 0 | 10111 | 11100 | 1000110 | 10111 | 1000000 |
Color Harmonies of #B0B78D
Complementary color
Monochromatic Colors of #B0B78D
Black with #B0B78D
Text Example
Text Example
White with #B0B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B78D; }
p { color: rgb(176,183,141); }
H1.HeaderClassName
{
color: #B0B78D;
}
.AnyTagClassName
{
color: #B0B78D;
}
</style>
background-color css
<style>
a { background-color: #B0B78D; }
a { background-color: rgb(176,183,141); }
div.DivClassName
{
background-color: #B0B78D;
}
.BgClassName
{
background-color: #B0B78D;
}
</style>
border-color css
<style>
span { border-color: #B0B78D; }
span { border-color: rgb(176,183,141); }
td.TdClassName
{
border-color: #B0B78D;
}
.TagClassName
{
border-color: #B0B78D;
}
</style>