Shades of Caper #B3BD8F
Tints of Caper #B3BD8F
RGB
CMYK
RGB Variations
Color information
#B3BD8F (or 0xB3BD8F) is known color: Caper. HEX triplet: B3, BD and 8F. RGB value is (179,189,143). Sum of RGB (Red+Green+Blue) = 179+189+143=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD8F is #4C4270. Grayscale: #B4B4B4. Windows color (decimal): -4997745 or 9420211. OLE color: 9420211.
HSL color Cylindrical-coordinate representation of color #B3BD8F: hue angle of 73.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BD8F is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 143 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.26 |
| HSL | 73.04º | 0.26% | 0.65% | - |
| HSV(B) | 73.04º | 0.24% | 0.74% | - |
| XYZ | 41.75 | 47.96 | 33.04 | - |
| YUV | 180.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 143 | 0.05 | 0 | 0.24 | 0.26 | 73.04 | 0.26 | 0.65 |
| Hex | B3 | BD | 8F | 5 | 0 | 18 | 1A | 49 | 1A | 41 |
| Octal | 263 | 275 | 217 | 5 | 0 | 30 | 32 | 111 | 32 | 101 |
| Binary | 10110011 | 10111101 | 10001111 | 101 | 0 | 11000 | 11010 | 1001001 | 11010 | 1000001 |
Color Harmonies of #B3BD8F
Complementary color
Monochromatic Colors of #B3BD8F
Black with #B3BD8F
Text Example
Text Example
White with #B3BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BD8F; }
p { color: rgb(179,189,143); }
H1.HeaderClassName
{
color: #B3BD8F;
}
.AnyTagClassName
{
color: #B3BD8F;
}
</style>
background-color css
<style>
a { background-color: #B3BD8F; }
a { background-color: rgb(179,189,143); }
div.DivClassName
{
background-color: #B3BD8F;
}
.BgClassName
{
background-color: #B3BD8F;
}
</style>
border-color css
<style>
span { border-color: #B3BD8F; }
span { border-color: rgb(179,189,143); }
td.TdClassName
{
border-color: #B3BD8F;
}
.TagClassName
{
border-color: #B3BD8F;
}
</style>