Shades of Caper #B3C379
Tints of Caper #B3C379
RGB
CMYK
RGB Variations
Color information
#B3C379 (or 0xB3C379) is known color: Caper. HEX triplet: B3, C3 and 79. RGB value is (179,195,121). Sum of RGB (Red+Green+Blue) = 179+195+121=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C379 is #4C3C86. Grayscale: #B6B6B6. Windows color (decimal): -4996231 or 7979955. OLE color: 7979955.
HSL color Cylindrical-coordinate representation of color #B3C379: hue angle of 72.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3C379 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 121 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.24 |
| HSL | 72.97º | 0.38% | 0.62% | - |
| HSV(B) | 72.97º | 0.38% | 0.76% | - |
| XYZ | 41.56 | 49.99 | 25.55 | - |
| YUV | 181.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 121 | 0.08 | 0 | 0.38 | 0.24 | 72.97 | 0.38 | 0.62 |
| Hex | B3 | C3 | 79 | 8 | 0 | 26 | 18 | 49 | 26 | 3E |
| Octal | 263 | 303 | 171 | 10 | 0 | 46 | 30 | 111 | 46 | 76 |
| Binary | 10110011 | 11000011 | 1111001 | 1000 | 0 | 100110 | 11000 | 1001001 | 100110 | 111110 |
Color Harmonies of #B3C379
Complementary color
Monochromatic Colors of #B3C379
Black with #B3C379
Text Example
Text Example
White with #B3C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C379; }
p { color: rgb(179,195,121); }
H1.HeaderClassName
{
color: #B3C379;
}
.AnyTagClassName
{
color: #B3C379;
}
</style>
background-color css
<style>
a { background-color: #B3C379; }
a { background-color: rgb(179,195,121); }
div.DivClassName
{
background-color: #B3C379;
}
.BgClassName
{
background-color: #B3C379;
}
</style>
border-color css
<style>
span { border-color: #B3C379; }
span { border-color: rgb(179,195,121); }
td.TdClassName
{
border-color: #B3C379;
}
.TagClassName
{
border-color: #B3C379;
}
</style>