Shades of Caper #B3C175
Tints of Caper #B3C175
RGB
CMYK
RGB Variations
Color information
#B3C175 (or 0xB3C175) is known color: Caper. HEX triplet: B3, C1 and 75. RGB value is (179,193,117). Sum of RGB (Red+Green+Blue) = 179+193+117=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C175 is #4C3E8A. Grayscale: #B4B4B4. Windows color (decimal): -4996747 or 7717299. OLE color: 7717299.
HSL color Cylindrical-coordinate representation of color #B3C175: hue angle of 71.05º 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 #B3C175 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 117 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.24 |
| HSL | 71.05º | 0.38% | 0.61% | - |
| HSV(B) | 71.05º | 0.39% | 0.76% | - |
| XYZ | 40.87 | 49.01 | 24.13 | - |
| YUV | 180.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 117 | 0.07 | 0 | 0.39 | 0.24 | 71.05 | 0.38 | 0.61 |
| Hex | B3 | C1 | 75 | 7 | 0 | 27 | 18 | 47 | 26 | 3D |
| Octal | 263 | 301 | 165 | 7 | 0 | 47 | 30 | 107 | 46 | 75 |
| Binary | 10110011 | 11000001 | 1110101 | 111 | 0 | 100111 | 11000 | 1000111 | 100110 | 111101 |
Color Harmonies of #B3C175
Complementary color
Monochromatic Colors of #B3C175
Black with #B3C175
Text Example
Text Example
White with #B3C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C175; }
p { color: rgb(179,193,117); }
H1.HeaderClassName
{
color: #B3C175;
}
.AnyTagClassName
{
color: #B3C175;
}
</style>
background-color css
<style>
a { background-color: #B3C175; }
a { background-color: rgb(179,193,117); }
div.DivClassName
{
background-color: #B3C175;
}
.BgClassName
{
background-color: #B3C175;
}
</style>
border-color css
<style>
span { border-color: #B3C175; }
span { border-color: rgb(179,193,117); }
td.TdClassName
{
border-color: #B3C175;
}
.TagClassName
{
border-color: #B3C175;
}
</style>