Shades of Caper #B0C685
Tints of Caper #B0C685
RGB
CMYK
RGB Variations
Color information
#B0C685 (or 0xB0C685) is known color: Caper. HEX triplet: B0, C6 and 85. RGB value is (176,198,133). Sum of RGB (Red+Green+Blue) = 176+198+133=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C685 is #4F397A. Grayscale: #B8B8B8. Windows color (decimal): -5192059 or 8767152. OLE color: 8767152.
HSL color Cylindrical-coordinate representation of color #B0C685: hue angle of 80.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0C685 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 133 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.22 |
| HSL | 80.31º | 0.36% | 0.65% | - |
| HSV(B) | 80.31º | 0.33% | 0.78% | - |
| XYZ | 42.33 | 51.31 | 29.86 | - |
| YUV | 184.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 133 | 0.11 | 0 | 0.33 | 0.22 | 80.31 | 0.36 | 0.65 |
| Hex | B0 | C6 | 85 | B | 0 | 21 | 16 | 50 | 24 | 41 |
| Octal | 260 | 306 | 205 | 13 | 0 | 41 | 26 | 120 | 44 | 101 |
| Binary | 10110000 | 11000110 | 10000101 | 1011 | 0 | 100001 | 10110 | 1010000 | 100100 | 1000001 |
Color Harmonies of #B0C685
Complementary color
Monochromatic Colors of #B0C685
Black with #B0C685
Text Example
Text Example
White with #B0C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C685; }
p { color: rgb(176,198,133); }
H1.HeaderClassName
{
color: #B0C685;
}
.AnyTagClassName
{
color: #B0C685;
}
</style>
background-color css
<style>
a { background-color: #B0C685; }
a { background-color: rgb(176,198,133); }
div.DivClassName
{
background-color: #B0C685;
}
.BgClassName
{
background-color: #B0C685;
}
</style>
border-color css
<style>
span { border-color: #B0C685; }
span { border-color: rgb(176,198,133); }
td.TdClassName
{
border-color: #B0C685;
}
.TagClassName
{
border-color: #B0C685;
}
</style>