Shades of Caper #B3C189
Tints of Caper #B3C189
RGB
CMYK
RGB Variations
Color information
#B3C189 (or 0xB3C189) is known color: Caper. HEX triplet: B3, C1 and 89. RGB value is (179,193,137). Sum of RGB (Red+Green+Blue) = 179+193+137=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C189 is #4C3E76. Grayscale: #B6B6B6. Windows color (decimal): -4996727 or 9028019. OLE color: 9028019.
HSL color Cylindrical-coordinate representation of color #B3C189: hue angle of 75º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C189 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 137 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.24 |
| HSL | 75º | 0.31% | 0.65% | - |
| HSV(B) | 75º | 0.29% | 0.76% | - |
| XYZ | 42.18 | 49.53 | 31 | - |
| YUV | 182.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 137 | 0.07 | 0 | 0.29 | 0.24 | 75 | 0.31 | 0.65 |
| Hex | B3 | C1 | 89 | 7 | 0 | 1D | 18 | 4B | 1F | 41 |
| Octal | 263 | 301 | 211 | 7 | 0 | 35 | 30 | 113 | 37 | 101 |
| Binary | 10110011 | 11000001 | 10001001 | 111 | 0 | 11101 | 11000 | 1001011 | 11111 | 1000001 |
Color Harmonies of #B3C189
Complementary color
Monochromatic Colors of #B3C189
Black with #B3C189
Text Example
Text Example
White with #B3C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C189; }
p { color: rgb(179,193,137); }
H1.HeaderClassName
{
color: #B3C189;
}
.AnyTagClassName
{
color: #B3C189;
}
</style>
background-color css
<style>
a { background-color: #B3C189; }
a { background-color: rgb(179,193,137); }
div.DivClassName
{
background-color: #B3C189;
}
.BgClassName
{
background-color: #B3C189;
}
</style>
border-color css
<style>
span { border-color: #B3C189; }
span { border-color: rgb(179,193,137); }
td.TdClassName
{
border-color: #B3C189;
}
.TagClassName
{
border-color: #B3C189;
}
</style>