Shades of Caper #B1B78C
Tints of Caper #B1B78C
RGB
CMYK
RGB Variations
Color information
#B1B78C (or 0xB1B78C) is known color: Caper. HEX triplet: B1, B7 and 8C. RGB value is (177,183,140). Sum of RGB (Red+Green+Blue) = 177+183+140=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B78C is #4E4873. Grayscale: #B0B0B0. Windows color (decimal): -5130356 or 9222065. OLE color: 9222065.
HSL color Cylindrical-coordinate representation of color #B1B78C: hue angle of 68.37º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1B78C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 140 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.28 |
| HSL | 68.37º | 0.23% | 0.63% | - |
| HSV(B) | 68.37º | 0.23% | 0.72% | - |
| XYZ | 39.8 | 45.11 | 31.42 | - |
| YUV | 176.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 140 | 0.03 | 0 | 0.23 | 0.28 | 68.37 | 0.23 | 0.63 |
| Hex | B1 | B7 | 8C | 3 | 0 | 17 | 1C | 44 | 17 | 3F |
| Octal | 261 | 267 | 214 | 3 | 0 | 27 | 34 | 104 | 27 | 77 |
| Binary | 10110001 | 10110111 | 10001100 | 11 | 0 | 10111 | 11100 | 1000100 | 10111 | 111111 |
Color Harmonies of #B1B78C
Complementary color
Monochromatic Colors of #B1B78C
Black with #B1B78C
Text Example
Text Example
White with #B1B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B78C; }
p { color: rgb(177,183,140); }
H1.HeaderClassName
{
color: #B1B78C;
}
.AnyTagClassName
{
color: #B1B78C;
}
</style>
background-color css
<style>
a { background-color: #B1B78C; }
a { background-color: rgb(177,183,140); }
div.DivClassName
{
background-color: #B1B78C;
}
.BgClassName
{
background-color: #B1B78C;
}
</style>
border-color css
<style>
span { border-color: #B1B78C; }
span { border-color: rgb(177,183,140); }
td.TdClassName
{
border-color: #B1B78C;
}
.TagClassName
{
border-color: #B1B78C;
}
</style>