Shades of Coriander #B7B08C
Tints of Coriander #B7B08C
RGB
CMYK
RGB Variations
Color information
#B7B08C (or 0xB7B08C) is known color: Coriander. HEX triplet: B7, B0 and 8C. RGB value is (183,176,140). Sum of RGB (Red+Green+Blue) = 183+176+140=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B08C is #484F73. Grayscale: #AEAEAE. Windows color (decimal): -4738932 or 9220279. OLE color: 9220279.
HSL color Cylindrical-coordinate representation of color #B7B08C: hue angle of 50.23º 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 #B7B08C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 140 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.28 |
| HSL | 50.23º | 0.23% | 0.63% | - |
| HSV(B) | 50.23º | 0.23% | 0.72% | - |
| XYZ | 39.79 | 43.01 | 31.02 | - |
| YUV | 173.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 140 | 0 | 0.04 | 0.23 | 0.28 | 50.23 | 0.23 | 0.63 |
| Hex | B7 | B0 | 8C | 0 | 4 | 17 | 1C | 32 | 17 | 3F |
| Octal | 267 | 260 | 214 | 0 | 4 | 27 | 34 | 62 | 27 | 77 |
| Binary | 10110111 | 10110000 | 10001100 | 0 | 100 | 10111 | 11100 | 110010 | 10111 | 111111 |
Color Harmonies of #B7B08C
Complementary color
Monochromatic Colors of #B7B08C
Black with #B7B08C
Text Example
Text Example
White with #B7B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B08C; }
p { color: rgb(183,176,140); }
H1.HeaderClassName
{
color: #B7B08C;
}
.AnyTagClassName
{
color: #B7B08C;
}
</style>
background-color css
<style>
a { background-color: #B7B08C; }
a { background-color: rgb(183,176,140); }
div.DivClassName
{
background-color: #B7B08C;
}
.BgClassName
{
background-color: #B7B08C;
}
</style>
border-color css
<style>
span { border-color: #B7B08C; }
span { border-color: rgb(183,176,140); }
td.TdClassName
{
border-color: #B7B08C;
}
.TagClassName
{
border-color: #B7B08C;
}
</style>