Shades of Caper #B3BA8B
Tints of Caper #B3BA8B
RGB
CMYK
RGB Variations
Color information
#B3BA8B (or 0xB3BA8B) is known color: Caper. HEX triplet: B3, BA and 8B. RGB value is (179,186,139). Sum of RGB (Red+Green+Blue) = 179+186+139=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA8B is #4C4574. Grayscale: #B2B2B2. Windows color (decimal): -4998517 or 9157299. OLE color: 9157299.
HSL color Cylindrical-coordinate representation of color #B3BA8B: hue angle of 68.94º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3BA8B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 139 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.27 |
| HSL | 68.94º | 0.25% | 0.64% | - |
| HSV(B) | 68.94º | 0.25% | 0.73% | - |
| XYZ | 40.81 | 46.57 | 31.26 | - |
| YUV | 178.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 139 | 0.04 | 0 | 0.25 | 0.27 | 68.94 | 0.25 | 0.64 |
| Hex | B3 | BA | 8B | 4 | 0 | 19 | 1B | 45 | 19 | 40 |
| Octal | 263 | 272 | 213 | 4 | 0 | 31 | 33 | 105 | 31 | 100 |
| Binary | 10110011 | 10111010 | 10001011 | 100 | 0 | 11001 | 11011 | 1000101 | 11001 | 1000000 |
Color Harmonies of #B3BA8B
Complementary color
Monochromatic Colors of #B3BA8B
Black with #B3BA8B
Text Example
Text Example
White with #B3BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA8B; }
p { color: rgb(179,186,139); }
H1.HeaderClassName
{
color: #B3BA8B;
}
.AnyTagClassName
{
color: #B3BA8B;
}
</style>
background-color css
<style>
a { background-color: #B3BA8B; }
a { background-color: rgb(179,186,139); }
div.DivClassName
{
background-color: #B3BA8B;
}
.BgClassName
{
background-color: #B3BA8B;
}
</style>
border-color css
<style>
span { border-color: #B3BA8B; }
span { border-color: rgb(179,186,139); }
td.TdClassName
{
border-color: #B3BA8B;
}
.TagClassName
{
border-color: #B3BA8B;
}
</style>