Shades of Caper #B3BC89
Tints of Caper #B3BC89
RGB
CMYK
RGB Variations
Color information
#B3BC89 (or 0xB3BC89) is known color: Caper. HEX triplet: B3, BC and 89. RGB value is (179,188,137). Sum of RGB (Red+Green+Blue) = 179+188+137=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC89 is #4C4376. Grayscale: #B3B3B3. Windows color (decimal): -4998007 or 9026739. OLE color: 9026739.
HSL color Cylindrical-coordinate representation of color #B3BC89: hue angle of 70.59º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3BC89 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 137 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.26 |
| HSL | 70.59º | 0.28% | 0.64% | - |
| HSV(B) | 70.59º | 0.27% | 0.74% | - |
| XYZ | 41.09 | 47.36 | 30.64 | - |
| YUV | 179.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 137 | 0.05 | 0 | 0.27 | 0.26 | 70.59 | 0.28 | 0.64 |
| Hex | B3 | BC | 89 | 5 | 0 | 1B | 1A | 47 | 1C | 40 |
| Octal | 263 | 274 | 211 | 5 | 0 | 33 | 32 | 107 | 34 | 100 |
| Binary | 10110011 | 10111100 | 10001001 | 101 | 0 | 11011 | 11010 | 1000111 | 11100 | 1000000 |
Color Harmonies of #B3BC89
Complementary color
Monochromatic Colors of #B3BC89
Black with #B3BC89
Text Example
Text Example
White with #B3BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC89; }
p { color: rgb(179,188,137); }
H1.HeaderClassName
{
color: #B3BC89;
}
.AnyTagClassName
{
color: #B3BC89;
}
</style>
background-color css
<style>
a { background-color: #B3BC89; }
a { background-color: rgb(179,188,137); }
div.DivClassName
{
background-color: #B3BC89;
}
.BgClassName
{
background-color: #B3BC89;
}
</style>
border-color css
<style>
span { border-color: #B3BC89; }
span { border-color: rgb(179,188,137); }
td.TdClassName
{
border-color: #B3BC89;
}
.TagClassName
{
border-color: #B3BC89;
}
</style>