Shades of Caper #B4BB8B
Tints of Caper #B4BB8B
RGB
CMYK
RGB Variations
Color information
#B4BB8B (or 0xB4BB8B) is known color: Caper. HEX triplet: B4, BB and 8B. RGB value is (180,187,139). Sum of RGB (Red+Green+Blue) = 180+187+139=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB8B is #4B4474. Grayscale: #B3B3B3. Windows color (decimal): -4932725 or 9157556. OLE color: 9157556.
HSL color Cylindrical-coordinate representation of color #B4BB8B: 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 #B4BB8B is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 139 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.27 |
| HSL | 68.75º | 0.26% | 0.64% | - |
| HSV(B) | 68.75º | 0.26% | 0.73% | - |
| XYZ | 41.25 | 47.11 | 31.34 | - |
| YUV | 179.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 139 | 0.04 | 0 | 0.26 | 0.27 | 68.75 | 0.26 | 0.64 |
| Hex | B4 | BB | 8B | 4 | 0 | 1A | 1B | 45 | 1A | 40 |
| Octal | 264 | 273 | 213 | 4 | 0 | 32 | 33 | 105 | 32 | 100 |
| Binary | 10110100 | 10111011 | 10001011 | 100 | 0 | 11010 | 11011 | 1000101 | 11010 | 1000000 |
Color Harmonies of #B4BB8B
Complementary color
Monochromatic Colors of #B4BB8B
Black with #B4BB8B
Text Example
Text Example
White with #B4BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB8B; }
p { color: rgb(180,187,139); }
H1.HeaderClassName
{
color: #B4BB8B;
}
.AnyTagClassName
{
color: #B4BB8B;
}
</style>
background-color css
<style>
a { background-color: #B4BB8B; }
a { background-color: rgb(180,187,139); }
div.DivClassName
{
background-color: #B4BB8B;
}
.BgClassName
{
background-color: #B4BB8B;
}
</style>
border-color css
<style>
span { border-color: #B4BB8B; }
span { border-color: rgb(180,187,139); }
td.TdClassName
{
border-color: #B4BB8B;
}
.TagClassName
{
border-color: #B4BB8B;
}
</style>