Shades of Caper #B1B787
Tints of Caper #B1B787
RGB
CMYK
RGB Variations
Color information
#B1B787 (or 0xB1B787) is known color: Caper. HEX triplet: B1, B7 and 87. RGB value is (177,183,135). Sum of RGB (Red+Green+Blue) = 177+183+135=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B787 is #4E4878. Grayscale: #AFAFAF. Windows color (decimal): -5130361 or 8894385. OLE color: 8894385.
HSL color Cylindrical-coordinate representation of color #B1B787: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B787 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 135 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.28 |
| HSL | 67.5º | 0.25% | 0.62% | - |
| HSV(B) | 67.5º | 0.26% | 0.72% | - |
| XYZ | 39.44 | 44.96 | 29.52 | - |
| YUV | 175.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 135 | 0.03 | 0 | 0.26 | 0.28 | 67.5 | 0.25 | 0.62 |
| Hex | B1 | B7 | 87 | 3 | 0 | 1A | 1C | 44 | 19 | 3E |
| Octal | 261 | 267 | 207 | 3 | 0 | 32 | 34 | 104 | 31 | 76 |
| Binary | 10110001 | 10110111 | 10000111 | 11 | 0 | 11010 | 11100 | 1000100 | 11001 | 111110 |
Color Harmonies of #B1B787
Complementary color
Monochromatic Colors of #B1B787
Black with #B1B787
Text Example
Text Example
White with #B1B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B787; }
p { color: rgb(177,183,135); }
H1.HeaderClassName
{
color: #B1B787;
}
.AnyTagClassName
{
color: #B1B787;
}
</style>
background-color css
<style>
a { background-color: #B1B787; }
a { background-color: rgb(177,183,135); }
div.DivClassName
{
background-color: #B1B787;
}
.BgClassName
{
background-color: #B1B787;
}
</style>
border-color css
<style>
span { border-color: #B1B787; }
span { border-color: rgb(177,183,135); }
td.TdClassName
{
border-color: #B1B787;
}
.TagClassName
{
border-color: #B1B787;
}
</style>