Shades of Caper #B3BF8D
Tints of Caper #B3BF8D
RGB
CMYK
RGB Variations
Color information
#B3BF8D (or 0xB3BF8D) is known color: Caper. HEX triplet: B3, BF and 8D. RGB value is (179,191,141). Sum of RGB (Red+Green+Blue) = 179+191+141=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BF8D is #4C4072. Grayscale: #B5B5B5. Windows color (decimal): -4997235 or 9289651. OLE color: 9289651.
HSL color Cylindrical-coordinate representation of color #B3BF8D: hue angle of 74.4º 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 #B3BF8D is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 141 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.25 |
| HSL | 74.4º | 0.28% | 0.65% | - |
| HSV(B) | 74.4º | 0.26% | 0.75% | - |
| XYZ | 42.03 | 48.77 | 32.4 | - |
| YUV | 181.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 141 | 0.06 | 0 | 0.26 | 0.25 | 74.4 | 0.28 | 0.65 |
| Hex | B3 | BF | 8D | 6 | 0 | 1A | 19 | 4A | 1C | 41 |
| Octal | 263 | 277 | 215 | 6 | 0 | 32 | 31 | 112 | 34 | 101 |
| Binary | 10110011 | 10111111 | 10001101 | 110 | 0 | 11010 | 11001 | 1001010 | 11100 | 1000001 |
Color Harmonies of #B3BF8D
Complementary color
Monochromatic Colors of #B3BF8D
Black with #B3BF8D
Text Example
Text Example
White with #B3BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BF8D; }
p { color: rgb(179,191,141); }
H1.HeaderClassName
{
color: #B3BF8D;
}
.AnyTagClassName
{
color: #B3BF8D;
}
</style>
background-color css
<style>
a { background-color: #B3BF8D; }
a { background-color: rgb(179,191,141); }
div.DivClassName
{
background-color: #B3BF8D;
}
.BgClassName
{
background-color: #B3BF8D;
}
</style>
border-color css
<style>
span { border-color: #B3BF8D; }
span { border-color: rgb(179,191,141); }
td.TdClassName
{
border-color: #B3BF8D;
}
.TagClassName
{
border-color: #B3BF8D;
}
</style>