Shades of Caper #B3C187
Tints of Caper #B3C187
RGB
CMYK
RGB Variations
Color information
#B3C187 (or 0xB3C187) is known color: Caper. HEX triplet: B3, C1 and 87. RGB value is (179,193,135). Sum of RGB (Red+Green+Blue) = 179+193+135=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C187 is #4C3E78. Grayscale: #B6B6B6. Windows color (decimal): -4996729 or 8896947. OLE color: 8896947.
HSL color Cylindrical-coordinate representation of color #B3C187: hue angle of 74.48º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3C187 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 135 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.24 |
| HSL | 74.48º | 0.32% | 0.64% | - |
| HSV(B) | 74.48º | 0.3% | 0.76% | - |
| XYZ | 42.03 | 49.47 | 30.26 | - |
| YUV | 182.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 135 | 0.07 | 0 | 0.30 | 0.24 | 74.48 | 0.32 | 0.64 |
| Hex | B3 | C1 | 87 | 7 | 0 | 1E | 18 | 4A | 20 | 40 |
| Octal | 263 | 301 | 207 | 7 | 0 | 36 | 30 | 112 | 40 | 100 |
| Binary | 10110011 | 11000001 | 10000111 | 111 | 0 | 11110 | 11000 | 1001010 | 100000 | 1000000 |
Color Harmonies of #B3C187
Complementary color
Monochromatic Colors of #B3C187
Black with #B3C187
Text Example
Text Example
White with #B3C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C187; }
p { color: rgb(179,193,135); }
H1.HeaderClassName
{
color: #B3C187;
}
.AnyTagClassName
{
color: #B3C187;
}
</style>
background-color css
<style>
a { background-color: #B3C187; }
a { background-color: rgb(179,193,135); }
div.DivClassName
{
background-color: #B3C187;
}
.BgClassName
{
background-color: #B3C187;
}
</style>
border-color css
<style>
span { border-color: #B3C187; }
span { border-color: rgb(179,193,135); }
td.TdClassName
{
border-color: #B3C187;
}
.TagClassName
{
border-color: #B3C187;
}
</style>