Shades of Caper #B6BF8E
Tints of Caper #B6BF8E
RGB
CMYK
RGB Variations
Color information
#B6BF8E (or 0xB6BF8E) is known color: Caper. HEX triplet: B6, BF and 8E. RGB value is (182,191,142). Sum of RGB (Red+Green+Blue) = 182+191+142=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF8E is #494071. Grayscale: #B6B6B6. Windows color (decimal): -4800626 or 9355190. OLE color: 9355190.
HSL color Cylindrical-coordinate representation of color #B6BF8E: hue angle of 71.02º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6BF8E is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 191 | 142 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.25 |
| HSL | 71.02º | 0.28% | 0.65% | - |
| HSV(B) | 71.02º | 0.26% | 0.75% | - |
| XYZ | 42.8 | 49.16 | 32.82 | - |
| YUV | 182.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 142 | 0.05 | 0 | 0.26 | 0.25 | 71.02 | 0.28 | 0.65 |
| Hex | B6 | BF | 8E | 5 | 0 | 1A | 19 | 47 | 1C | 41 |
| Octal | 266 | 277 | 216 | 5 | 0 | 32 | 31 | 107 | 34 | 101 |
| Binary | 10110110 | 10111111 | 10001110 | 101 | 0 | 11010 | 11001 | 1000111 | 11100 | 1000001 |
Color Harmonies of #B6BF8E
Complementary color
Monochromatic Colors of #B6BF8E
Black with #B6BF8E
Text Example
Text Example
White with #B6BF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BF8E; }
p { color: rgb(182,191,142); }
H1.HeaderClassName
{
color: #B6BF8E;
}
.AnyTagClassName
{
color: #B6BF8E;
}
</style>
background-color css
<style>
a { background-color: #B6BF8E; }
a { background-color: rgb(182,191,142); }
div.DivClassName
{
background-color: #B6BF8E;
}
.BgClassName
{
background-color: #B6BF8E;
}
</style>
border-color css
<style>
span { border-color: #B6BF8E; }
span { border-color: rgb(182,191,142); }
td.TdClassName
{
border-color: #B6BF8E;
}
.TagClassName
{
border-color: #B6BF8E;
}
</style>