Shades of Caper #B3BB8B
Tints of Caper #B3BB8B
RGB
CMYK
RGB Variations
Color information
#B3BB8B (or 0xB3BB8B) is known color: Caper. HEX triplet: B3, BB and 8B. RGB value is (179,187,139). Sum of RGB (Red+Green+Blue) = 179+187+139=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB8B is #4C4474. Grayscale: #B3B3B3. Windows color (decimal): -4998261 or 9157555. OLE color: 9157555.
HSL color Cylindrical-coordinate representation of color #B3BB8B: hue angle of 70º 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 #B3BB8B is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 139 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.27 |
| HSL | 70º | 0.26% | 0.64% | - |
| HSV(B) | 70º | 0.26% | 0.73% | - |
| XYZ | 41.02 | 46.99 | 31.33 | - |
| YUV | 179.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 139 | 0.04 | 0 | 0.26 | 0.27 | 70 | 0.26 | 0.64 |
| Hex | B3 | BB | 8B | 4 | 0 | 1A | 1B | 46 | 1A | 40 |
| Octal | 263 | 273 | 213 | 4 | 0 | 32 | 33 | 106 | 32 | 100 |
| Binary | 10110011 | 10111011 | 10001011 | 100 | 0 | 11010 | 11011 | 1000110 | 11010 | 1000000 |
Color Harmonies of #B3BB8B
Complementary color
Monochromatic Colors of #B3BB8B
Black with #B3BB8B
Text Example
Text Example
White with #B3BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB8B; }
p { color: rgb(179,187,139); }
H1.HeaderClassName
{
color: #B3BB8B;
}
.AnyTagClassName
{
color: #B3BB8B;
}
</style>
background-color css
<style>
a { background-color: #B3BB8B; }
a { background-color: rgb(179,187,139); }
div.DivClassName
{
background-color: #B3BB8B;
}
.BgClassName
{
background-color: #B3BB8B;
}
</style>
border-color css
<style>
span { border-color: #B3BB8B; }
span { border-color: rgb(179,187,139); }
td.TdClassName
{
border-color: #B3BB8B;
}
.TagClassName
{
border-color: #B3BB8B;
}
</style>