Shades of Coriander #B7B08A
Tints of Coriander #B7B08A
RGB
CMYK
RGB Variations
Color information
#B7B08A (or 0xB7B08A) is known color: Coriander. HEX triplet: B7, B0 and 8A. RGB value is (183,176,138). Sum of RGB (Red+Green+Blue) = 183+176+138=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B08A is #484F75. Grayscale: #ADADAD. Windows color (decimal): -4738934 or 9089207. OLE color: 9089207.
HSL color Cylindrical-coordinate representation of color #B7B08A: hue angle of 50.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7B08A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 138 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.28 |
| HSL | 50.67º | 0.24% | 0.63% | - |
| HSV(B) | 50.67º | 0.25% | 0.72% | - |
| XYZ | 39.64 | 42.95 | 30.25 | - |
| YUV | 173.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 138 | 0 | 0.04 | 0.25 | 0.28 | 50.67 | 0.24 | 0.63 |
| Hex | B7 | B0 | 8A | 0 | 4 | 19 | 1C | 33 | 18 | 3F |
| Octal | 267 | 260 | 212 | 0 | 4 | 31 | 34 | 63 | 30 | 77 |
| Binary | 10110111 | 10110000 | 10001010 | 0 | 100 | 11001 | 11100 | 110011 | 11000 | 111111 |
Color Harmonies of #B7B08A
Complementary color
Monochromatic Colors of #B7B08A
Black with #B7B08A
Text Example
Text Example
White with #B7B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B08A; }
p { color: rgb(183,176,138); }
H1.HeaderClassName
{
color: #B7B08A;
}
.AnyTagClassName
{
color: #B7B08A;
}
</style>
background-color css
<style>
a { background-color: #B7B08A; }
a { background-color: rgb(183,176,138); }
div.DivClassName
{
background-color: #B7B08A;
}
.BgClassName
{
background-color: #B7B08A;
}
</style>
border-color css
<style>
span { border-color: #B7B08A; }
span { border-color: rgb(183,176,138); }
td.TdClassName
{
border-color: #B7B08A;
}
.TagClassName
{
border-color: #B7B08A;
}
</style>