Shades of Caper #B4CB73
Tints of Caper #B4CB73
RGB
CMYK
RGB Variations
Color information
#B4CB73 (or 0xB4CB73) is known color: Caper. HEX triplet: B4, CB and 73. RGB value is (180,203,115). Sum of RGB (Red+Green+Blue) = 180+203+115=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB73 is #4B348C. Grayscale: #BABABA. Windows color (decimal): -4928653 or 7588788. OLE color: 7588788.
HSL color Cylindrical-coordinate representation of color #B4CB73: hue angle of 75.68º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4CB73 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 115 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.20 |
| HSL | 75.68º | 0.46% | 0.62% | - |
| HSV(B) | 75.68º | 0.43% | 0.8% | - |
| XYZ | 43.27 | 53.65 | 24.3 | - |
| YUV | 186.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 115 | 0.11 | 0 | 0.43 | 0.20 | 75.68 | 0.46 | 0.62 |
| Hex | B4 | CB | 73 | B | 0 | 2B | 14 | 4C | 2E | 3E |
| Octal | 264 | 313 | 163 | 13 | 0 | 53 | 24 | 114 | 56 | 76 |
| Binary | 10110100 | 11001011 | 1110011 | 1011 | 0 | 101011 | 10100 | 1001100 | 101110 | 111110 |
Color Harmonies of #B4CB73
Complementary color
Monochromatic Colors of #B4CB73
Black with #B4CB73
Text Example
Text Example
White with #B4CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CB73; }
p { color: rgb(180,203,115); }
H1.HeaderClassName
{
color: #B4CB73;
}
.AnyTagClassName
{
color: #B4CB73;
}
</style>
background-color css
<style>
a { background-color: #B4CB73; }
a { background-color: rgb(180,203,115); }
div.DivClassName
{
background-color: #B4CB73;
}
.BgClassName
{
background-color: #B4CB73;
}
</style>
border-color css
<style>
span { border-color: #B4CB73; }
span { border-color: rgb(180,203,115); }
td.TdClassName
{
border-color: #B4CB73;
}
.TagClassName
{
border-color: #B4CB73;
}
</style>