Shades of Caper #B4C883
Tints of Caper #B4C883
RGB
CMYK
RGB Variations
Color information
#B4C883 (or 0xB4C883) is known color: Caper. HEX triplet: B4, C8 and 83. RGB value is (180,200,131). Sum of RGB (Red+Green+Blue) = 180+200+131=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C883 is #4B377C. Grayscale: #BABABA. Windows color (decimal): -4929405 or 8636596. OLE color: 8636596.
HSL color Cylindrical-coordinate representation of color #B4C883: hue angle of 77.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4C883 is Cyan = 0.1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 131 | - |
| CMYK | 0.1 | 0 | 0.34 | 0.22 |
| HSL | 77.39º | 0.39% | 0.65% | - |
| HSV(B) | 77.39º | 0.35% | 0.78% | - |
| XYZ | 43.57 | 52.65 | 29.34 | - |
| YUV | 186.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 131 | 0.1 | 0 | 0.34 | 0.22 | 77.39 | 0.39 | 0.65 |
| Hex | B4 | C8 | 83 | A | 0 | 22 | 16 | 4D | 27 | 41 |
| Octal | 264 | 310 | 203 | 12 | 0 | 42 | 26 | 115 | 47 | 101 |
| Binary | 10110100 | 11001000 | 10000011 | 1010 | 0 | 100010 | 10110 | 1001101 | 100111 | 1000001 |
Color Harmonies of #B4C883
Complementary color
Monochromatic Colors of #B4C883
Black with #B4C883
Text Example
Text Example
White with #B4C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C883; }
p { color: rgb(180,200,131); }
H1.HeaderClassName
{
color: #B4C883;
}
.AnyTagClassName
{
color: #B4C883;
}
</style>
background-color css
<style>
a { background-color: #B4C883; }
a { background-color: rgb(180,200,131); }
div.DivClassName
{
background-color: #B4C883;
}
.BgClassName
{
background-color: #B4C883;
}
</style>
border-color css
<style>
span { border-color: #B4C883; }
span { border-color: rgb(180,200,131); }
td.TdClassName
{
border-color: #B4C883;
}
.TagClassName
{
border-color: #B4C883;
}
</style>