Shades of Caper #B3BC90
Tints of Caper #B3BC90
RGB
CMYK
RGB Variations
Color information
#B3BC90 (or 0xB3BC90) is known color: Caper. HEX triplet: B3, BC and 90. RGB value is (179,188,144). Sum of RGB (Red+Green+Blue) = 179+188+144=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC90 is #4C436F. Grayscale: #B4B4B4. Windows color (decimal): -4998000 or 9485491. OLE color: 9485491.
HSL color Cylindrical-coordinate representation of color #B3BC90: hue angle of 72.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3BC90 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 144 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.26 |
| HSL | 72.27º | 0.25% | 0.65% | - |
| HSV(B) | 72.27º | 0.23% | 0.74% | - |
| XYZ | 41.61 | 47.56 | 33.37 | - |
| YUV | 180.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 144 | 0.05 | 0 | 0.23 | 0.26 | 72.27 | 0.25 | 0.65 |
| Hex | B3 | BC | 90 | 5 | 0 | 17 | 1A | 48 | 19 | 41 |
| Octal | 263 | 274 | 220 | 5 | 0 | 27 | 32 | 110 | 31 | 101 |
| Binary | 10110011 | 10111100 | 10010000 | 101 | 0 | 10111 | 11010 | 1001000 | 11001 | 1000001 |
Color Harmonies of #B3BC90
Complementary color
Monochromatic Colors of #B3BC90
Black with #B3BC90
Text Example
Text Example
White with #B3BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC90; }
p { color: rgb(179,188,144); }
H1.HeaderClassName
{
color: #B3BC90;
}
.AnyTagClassName
{
color: #B3BC90;
}
</style>
background-color css
<style>
a { background-color: #B3BC90; }
a { background-color: rgb(179,188,144); }
div.DivClassName
{
background-color: #B3BC90;
}
.BgClassName
{
background-color: #B3BC90;
}
</style>
border-color css
<style>
span { border-color: #B3BC90; }
span { border-color: rgb(179,188,144); }
td.TdClassName
{
border-color: #B3BC90;
}
.TagClassName
{
border-color: #B3BC90;
}
</style>