Shades of Coriander #B7B68C
Tints of Coriander #B7B68C
RGB
CMYK
RGB Variations
Color information
#B7B68C (or 0xB7B68C) is known color: Coriander. HEX triplet: B7, B6 and 8C. RGB value is (183,182,140). Sum of RGB (Red+Green+Blue) = 183+182+140=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B68C is #484973. Grayscale: #B1B1B1. Windows color (decimal): -4737396 or 9221815. OLE color: 9221815.
HSL color Cylindrical-coordinate representation of color #B7B68C: hue angle of 58.6º 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 #B7B68C is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 140 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.28 |
| HSL | 58.6º | 0.23% | 0.63% | - |
| HSV(B) | 58.6º | 0.23% | 0.72% | - |
| XYZ | 40.99 | 45.42 | 31.42 | - |
| YUV | 177.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 140 | 0 | 0.01 | 0.23 | 0.28 | 58.6 | 0.23 | 0.63 |
| Hex | B7 | B6 | 8C | 0 | 1 | 17 | 1C | 3B | 17 | 3F |
| Octal | 267 | 266 | 214 | 0 | 1 | 27 | 34 | 73 | 27 | 77 |
| Binary | 10110111 | 10110110 | 10001100 | 0 | 1 | 10111 | 11100 | 111011 | 10111 | 111111 |
Color Harmonies of #B7B68C
Complementary color
Monochromatic Colors of #B7B68C
Black with #B7B68C
Text Example
Text Example
White with #B7B68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B68C; }
p { color: rgb(183,182,140); }
H1.HeaderClassName
{
color: #B7B68C;
}
.AnyTagClassName
{
color: #B7B68C;
}
</style>
background-color css
<style>
a { background-color: #B7B68C; }
a { background-color: rgb(183,182,140); }
div.DivClassName
{
background-color: #B7B68C;
}
.BgClassName
{
background-color: #B7B68C;
}
</style>
border-color css
<style>
span { border-color: #B7B68C; }
span { border-color: rgb(183,182,140); }
td.TdClassName
{
border-color: #B7B68C;
}
.TagClassName
{
border-color: #B7B68C;
}
</style>