Shades of Caper #B8C48F
Tints of Caper #B8C48F
RGB
CMYK
RGB Variations
Color information
#B8C48F (or 0xB8C48F) is known color: Caper. HEX triplet: B8, C4 and 8F. RGB value is (184,196,143). Sum of RGB (Red+Green+Blue) = 184+196+143=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C48F is #473B70. Grayscale: #BABABA. Windows color (decimal): -4668273 or 9422008. OLE color: 9422008.
HSL color Cylindrical-coordinate representation of color #B8C48F: hue angle of 73.58º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8C48F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 143 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.23 |
| HSL | 73.58º | 0.31% | 0.66% | - |
| HSV(B) | 73.58º | 0.27% | 0.77% | - |
| XYZ | 44.47 | 51.65 | 33.61 | - |
| YUV | 186.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 143 | 0.06 | 0 | 0.27 | 0.23 | 73.58 | 0.31 | 0.66 |
| Hex | B8 | C4 | 8F | 6 | 0 | 1B | 17 | 4A | 1F | 42 |
| Octal | 270 | 304 | 217 | 6 | 0 | 33 | 27 | 112 | 37 | 102 |
| Binary | 10111000 | 11000100 | 10001111 | 110 | 0 | 11011 | 10111 | 1001010 | 11111 | 1000010 |
Color Harmonies of #B8C48F
Complementary color
Monochromatic Colors of #B8C48F
Black with #B8C48F
Text Example
Text Example
White with #B8C48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C48F; }
p { color: rgb(184,196,143); }
H1.HeaderClassName
{
color: #B8C48F;
}
.AnyTagClassName
{
color: #B8C48F;
}
</style>
background-color css
<style>
a { background-color: #B8C48F; }
a { background-color: rgb(184,196,143); }
div.DivClassName
{
background-color: #B8C48F;
}
.BgClassName
{
background-color: #B8C48F;
}
</style>
border-color css
<style>
span { border-color: #B8C48F; }
span { border-color: rgb(184,196,143); }
td.TdClassName
{
border-color: #B8C48F;
}
.TagClassName
{
border-color: #B8C48F;
}
</style>