Shades of Caper #B3C085
Tints of Caper #B3C085
RGB
CMYK
RGB Variations
Color information
#B3C085 (or 0xB3C085) is known color: Caper. HEX triplet: B3, C0 and 85. RGB value is (179,192,133). Sum of RGB (Red+Green+Blue) = 179+192+133=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C085 is #4C3F7A. Grayscale: #B5B5B5. Windows color (decimal): -4996987 or 8765619. OLE color: 8765619.
HSL color Cylindrical-coordinate representation of color #B3C085: hue angle of 73.22º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3C085 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 133 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.25 |
| HSL | 73.22º | 0.32% | 0.64% | - |
| HSV(B) | 73.22º | 0.31% | 0.75% | - |
| XYZ | 41.67 | 48.98 | 29.45 | - |
| YUV | 181.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 133 | 0.07 | 0 | 0.31 | 0.25 | 73.22 | 0.32 | 0.64 |
| Hex | B3 | C0 | 85 | 7 | 0 | 1F | 19 | 49 | 20 | 40 |
| Octal | 263 | 300 | 205 | 7 | 0 | 37 | 31 | 111 | 40 | 100 |
| Binary | 10110011 | 11000000 | 10000101 | 111 | 0 | 11111 | 11001 | 1001001 | 100000 | 1000000 |
Color Harmonies of #B3C085
Complementary color
Monochromatic Colors of #B3C085
Black with #B3C085
Text Example
Text Example
White with #B3C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C085; }
p { color: rgb(179,192,133); }
H1.HeaderClassName
{
color: #B3C085;
}
.AnyTagClassName
{
color: #B3C085;
}
</style>
background-color css
<style>
a { background-color: #B3C085; }
a { background-color: rgb(179,192,133); }
div.DivClassName
{
background-color: #B3C085;
}
.BgClassName
{
background-color: #B3C085;
}
</style>
border-color css
<style>
span { border-color: #B3C085; }
span { border-color: rgb(179,192,133); }
td.TdClassName
{
border-color: #B3C085;
}
.TagClassName
{
border-color: #B3C085;
}
</style>