Shades of Caper #B8C684
Tints of Caper #B8C684
RGB
CMYK
RGB Variations
Color information
#B8C684 (or 0xB8C684) is known color: Caper. HEX triplet: B8, C6 and 84. RGB value is (184,198,132). Sum of RGB (Red+Green+Blue) = 184+198+132=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C684 is #47397B. Grayscale: #BABABA. Windows color (decimal): -4667772 or 8701624. OLE color: 8701624.
HSL color Cylindrical-coordinate representation of color #B8C684: hue angle of 72.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8C684 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 132 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.22 |
| HSL | 72.73º | 0.37% | 0.65% | - |
| HSV(B) | 72.73º | 0.33% | 0.78% | - |
| XYZ | 44.13 | 52.24 | 29.59 | - |
| YUV | 186.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 132 | 0.07 | 0 | 0.33 | 0.22 | 72.73 | 0.37 | 0.65 |
| Hex | B8 | C6 | 84 | 7 | 0 | 21 | 16 | 49 | 25 | 41 |
| Octal | 270 | 306 | 204 | 7 | 0 | 41 | 26 | 111 | 45 | 101 |
| Binary | 10111000 | 11000110 | 10000100 | 111 | 0 | 100001 | 10110 | 1001001 | 100101 | 1000001 |
Color Harmonies of #B8C684
Complementary color
Monochromatic Colors of #B8C684
Black with #B8C684
Text Example
Text Example
White with #B8C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C684; }
p { color: rgb(184,198,132); }
H1.HeaderClassName
{
color: #B8C684;
}
.AnyTagClassName
{
color: #B8C684;
}
</style>
background-color css
<style>
a { background-color: #B8C684; }
a { background-color: rgb(184,198,132); }
div.DivClassName
{
background-color: #B8C684;
}
.BgClassName
{
background-color: #B8C684;
}
</style>
border-color css
<style>
span { border-color: #B8C684; }
span { border-color: rgb(184,198,132); }
td.TdClassName
{
border-color: #B8C684;
}
.TagClassName
{
border-color: #B8C684;
}
</style>