Shades of Caper #B3BD85
Tints of Caper #B3BD85
RGB
CMYK
RGB Variations
Color information
#B3BD85 (or 0xB3BD85) is known color: Caper. HEX triplet: B3, BD and 85. RGB value is (179,189,133). Sum of RGB (Red+Green+Blue) = 179+189+133=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD85 is #4C427A. Grayscale: #B3B3B3. Windows color (decimal): -4997755 or 8764851. OLE color: 8764851.
HSL color Cylindrical-coordinate representation of color #B3BD85: hue angle of 70.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3BD85 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 133 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.26 |
| HSL | 70.71º | 0.3% | 0.63% | - |
| HSV(B) | 70.71º | 0.3% | 0.74% | - |
| XYZ | 41.02 | 47.67 | 29.23 | - |
| YUV | 179.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 133 | 0.05 | 0 | 0.30 | 0.26 | 70.71 | 0.3 | 0.63 |
| Hex | B3 | BD | 85 | 5 | 0 | 1E | 1A | 47 | 1E | 3F |
| Octal | 263 | 275 | 205 | 5 | 0 | 36 | 32 | 107 | 36 | 77 |
| Binary | 10110011 | 10111101 | 10000101 | 101 | 0 | 11110 | 11010 | 1000111 | 11110 | 111111 |
Color Harmonies of #B3BD85
Complementary color
Monochromatic Colors of #B3BD85
Black with #B3BD85
Text Example
Text Example
White with #B3BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BD85; }
p { color: rgb(179,189,133); }
H1.HeaderClassName
{
color: #B3BD85;
}
.AnyTagClassName
{
color: #B3BD85;
}
</style>
background-color css
<style>
a { background-color: #B3BD85; }
a { background-color: rgb(179,189,133); }
div.DivClassName
{
background-color: #B3BD85;
}
.BgClassName
{
background-color: #B3BD85;
}
</style>
border-color css
<style>
span { border-color: #B3BD85; }
span { border-color: rgb(179,189,133); }
td.TdClassName
{
border-color: #B3BD85;
}
.TagClassName
{
border-color: #B3BD85;
}
</style>