Shades of Caper #B3C985
Tints of Caper #B3C985
RGB
CMYK
RGB Variations
Color information
#B3C985 (or 0xB3C985) is known color: Caper. HEX triplet: B3, C9 and 85. RGB value is (179,201,133). Sum of RGB (Red+Green+Blue) = 179+201+133=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C985 is #4C367A. Grayscale: #BABABA. Windows color (decimal): -4994683 or 8767923. OLE color: 8767923.
HSL color Cylindrical-coordinate representation of color #B3C985: hue angle of 79.41º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3C985 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 201 | 133 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.21 |
| HSL | 79.41º | 0.39% | 0.65% | - |
| HSV(B) | 79.41º | 0.34% | 0.79% | - |
| XYZ | 43.71 | 53.05 | 30.13 | - |
| YUV | 186.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 201 | 133 | 0.11 | 0 | 0.34 | 0.21 | 79.41 | 0.39 | 0.65 |
| Hex | B3 | C9 | 85 | B | 0 | 22 | 15 | 4F | 27 | 41 |
| Octal | 263 | 311 | 205 | 13 | 0 | 42 | 25 | 117 | 47 | 101 |
| Binary | 10110011 | 11001001 | 10000101 | 1011 | 0 | 100010 | 10101 | 1001111 | 100111 | 1000001 |
Color Harmonies of #B3C985
Complementary color
Monochromatic Colors of #B3C985
Black with #B3C985
Text Example
Text Example
White with #B3C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C985; }
p { color: rgb(179,201,133); }
H1.HeaderClassName
{
color: #B3C985;
}
.AnyTagClassName
{
color: #B3C985;
}
</style>
background-color css
<style>
a { background-color: #B3C985; }
a { background-color: rgb(179,201,133); }
div.DivClassName
{
background-color: #B3C985;
}
.BgClassName
{
background-color: #B3C985;
}
</style>
border-color css
<style>
span { border-color: #B3C985; }
span { border-color: rgb(179,201,133); }
td.TdClassName
{
border-color: #B3C985;
}
.TagClassName
{
border-color: #B3C985;
}
</style>