Shades of Caper #B3C179
Tints of Caper #B3C179
RGB
CMYK
RGB Variations
Color information
#B3C179 (or 0xB3C179) is known color: Caper. HEX triplet: B3, C1 and 79. RGB value is (179,193,121). Sum of RGB (Red+Green+Blue) = 179+193+121=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C179 is #4C3E86. Grayscale: #B4B4B4. Windows color (decimal): -4996743 or 7979443. OLE color: 7979443.
HSL color Cylindrical-coordinate representation of color #B3C179: hue angle of 71.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3C179 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 121 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.24 |
| HSL | 71.67º | 0.37% | 0.62% | - |
| HSV(B) | 71.67º | 0.37% | 0.76% | - |
| XYZ | 41.11 | 49.1 | 25.4 | - |
| YUV | 180.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 121 | 0.07 | 0 | 0.37 | 0.24 | 71.67 | 0.37 | 0.62 |
| Hex | B3 | C1 | 79 | 7 | 0 | 25 | 18 | 48 | 25 | 3E |
| Octal | 263 | 301 | 171 | 7 | 0 | 45 | 30 | 110 | 45 | 76 |
| Binary | 10110011 | 11000001 | 1111001 | 111 | 0 | 100101 | 11000 | 1001000 | 100101 | 111110 |
Color Harmonies of #B3C179
Complementary color
Monochromatic Colors of #B3C179
Black with #B3C179
Text Example
Text Example
White with #B3C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C179; }
p { color: rgb(179,193,121); }
H1.HeaderClassName
{
color: #B3C179;
}
.AnyTagClassName
{
color: #B3C179;
}
</style>
background-color css
<style>
a { background-color: #B3C179; }
a { background-color: rgb(179,193,121); }
div.DivClassName
{
background-color: #B3C179;
}
.BgClassName
{
background-color: #B3C179;
}
</style>
border-color css
<style>
span { border-color: #B3C179; }
span { border-color: rgb(179,193,121); }
td.TdClassName
{
border-color: #B3C179;
}
.TagClassName
{
border-color: #B3C179;
}
</style>