Shades of Caper #B1C175
Tints of Caper #B1C175
RGB
CMYK
RGB Variations
Color information
#B1C175 (or 0xB1C175) is known color: Caper. HEX triplet: B1, C1 and 75. RGB value is (177,193,117). Sum of RGB (Red+Green+Blue) = 177+193+117=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C175 is #4E3E8A. Grayscale: #B3B3B3. Windows color (decimal): -5127819 or 7717297. OLE color: 7717297.
HSL color Cylindrical-coordinate representation of color #B1C175: hue angle of 72.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1C175 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 117 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.24 |
| HSL | 72.63º | 0.38% | 0.61% | - |
| HSV(B) | 72.63º | 0.39% | 0.76% | - |
| XYZ | 40.41 | 48.77 | 24.11 | - |
| YUV | 179.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 117 | 0.08 | 0 | 0.39 | 0.24 | 72.63 | 0.38 | 0.61 |
| Hex | B1 | C1 | 75 | 8 | 0 | 27 | 18 | 49 | 26 | 3D |
| Octal | 261 | 301 | 165 | 10 | 0 | 47 | 30 | 111 | 46 | 75 |
| Binary | 10110001 | 11000001 | 1110101 | 1000 | 0 | 100111 | 11000 | 1001001 | 100110 | 111101 |
Color Harmonies of #B1C175
Complementary color
Monochromatic Colors of #B1C175
Black with #B1C175
Text Example
Text Example
White with #B1C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C175; }
p { color: rgb(177,193,117); }
H1.HeaderClassName
{
color: #B1C175;
}
.AnyTagClassName
{
color: #B1C175;
}
</style>
background-color css
<style>
a { background-color: #B1C175; }
a { background-color: rgb(177,193,117); }
div.DivClassName
{
background-color: #B1C175;
}
.BgClassName
{
background-color: #B1C175;
}
</style>
border-color css
<style>
span { border-color: #B1C175; }
span { border-color: rgb(177,193,117); }
td.TdClassName
{
border-color: #B1C175;
}
.TagClassName
{
border-color: #B1C175;
}
</style>