Shades of Caper #B3BB8C
Tints of Caper #B3BB8C
RGB
CMYK
RGB Variations
Color information
#B3BB8C (or 0xB3BB8C) is known color: Caper. HEX triplet: B3, BB and 8C. RGB value is (179,187,140). Sum of RGB (Red+Green+Blue) = 179+187+140=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB8C is #4C4473. Grayscale: #B3B3B3. Windows color (decimal): -4998260 or 9223091. OLE color: 9223091.
HSL color Cylindrical-coordinate representation of color #B3BB8C: hue angle of 70.21º degrees, saturation: 0.26, 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 #B3BB8C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 140 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.27 |
| HSL | 70.21º | 0.26% | 0.64% | - |
| HSV(B) | 70.21º | 0.25% | 0.73% | - |
| XYZ | 41.09 | 47.02 | 31.72 | - |
| YUV | 179.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 140 | 0.04 | 0 | 0.25 | 0.27 | 70.21 | 0.26 | 0.64 |
| Hex | B3 | BB | 8C | 4 | 0 | 19 | 1B | 46 | 1A | 40 |
| Octal | 263 | 273 | 214 | 4 | 0 | 31 | 33 | 106 | 32 | 100 |
| Binary | 10110011 | 10111011 | 10001100 | 100 | 0 | 11001 | 11011 | 1000110 | 11010 | 1000000 |
Color Harmonies of #B3BB8C
Complementary color
Monochromatic Colors of #B3BB8C
Black with #B3BB8C
Text Example
Text Example
White with #B3BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB8C; }
p { color: rgb(179,187,140); }
H1.HeaderClassName
{
color: #B3BB8C;
}
.AnyTagClassName
{
color: #B3BB8C;
}
</style>
background-color css
<style>
a { background-color: #B3BB8C; }
a { background-color: rgb(179,187,140); }
div.DivClassName
{
background-color: #B3BB8C;
}
.BgClassName
{
background-color: #B3BB8C;
}
</style>
border-color css
<style>
span { border-color: #B3BB8C; }
span { border-color: rgb(179,187,140); }
td.TdClassName
{
border-color: #B3BB8C;
}
.TagClassName
{
border-color: #B3BB8C;
}
</style>