Shades of Caper #B3BA8A
Tints of Caper #B3BA8A
RGB
CMYK
RGB Variations
Color information
#B3BA8A (or 0xB3BA8A) is known color: Caper. HEX triplet: B3, BA and 8A. RGB value is (179,186,138). Sum of RGB (Red+Green+Blue) = 179+186+138=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA8A is #4C4575. Grayscale: #B2B2B2. Windows color (decimal): -4998518 or 9091763. OLE color: 9091763.
HSL color Cylindrical-coordinate representation of color #B3BA8A: hue angle of 68.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3BA8A is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 138 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.27 |
| HSL | 68.75º | 0.26% | 0.64% | - |
| HSV(B) | 68.75º | 0.26% | 0.73% | - |
| XYZ | 40.74 | 46.54 | 30.88 | - |
| YUV | 178.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 138 | 0.04 | 0 | 0.26 | 0.27 | 68.75 | 0.26 | 0.64 |
| Hex | B3 | BA | 8A | 4 | 0 | 1A | 1B | 45 | 1A | 40 |
| Octal | 263 | 272 | 212 | 4 | 0 | 32 | 33 | 105 | 32 | 100 |
| Binary | 10110011 | 10111010 | 10001010 | 100 | 0 | 11010 | 11011 | 1000101 | 11010 | 1000000 |
Color Harmonies of #B3BA8A
Complementary color
Monochromatic Colors of #B3BA8A
Black with #B3BA8A
Text Example
Text Example
White with #B3BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA8A; }
p { color: rgb(179,186,138); }
H1.HeaderClassName
{
color: #B3BA8A;
}
.AnyTagClassName
{
color: #B3BA8A;
}
</style>
background-color css
<style>
a { background-color: #B3BA8A; }
a { background-color: rgb(179,186,138); }
div.DivClassName
{
background-color: #B3BA8A;
}
.BgClassName
{
background-color: #B3BA8A;
}
</style>
border-color css
<style>
span { border-color: #B3BA8A; }
span { border-color: rgb(179,186,138); }
td.TdClassName
{
border-color: #B3BA8A;
}
.TagClassName
{
border-color: #B3BA8A;
}
</style>