Shades of Coriander #B7B28E
Tints of Coriander #B7B28E
RGB
CMYK
RGB Variations
Color information
#B7B28E (or 0xB7B28E) is known color: Coriander. HEX triplet: B7, B2 and 8E. RGB value is (183,178,142). Sum of RGB (Red+Green+Blue) = 183+178+142=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B28E is #484D71. Grayscale: #AFAFAF. Windows color (decimal): -4738418 or 9351863. OLE color: 9351863.
HSL color Cylindrical-coordinate representation of color #B7B28E: hue angle of 52.68º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7B28E is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 142 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.28 |
| HSL | 52.68º | 0.22% | 0.64% | - |
| HSV(B) | 52.68º | 0.22% | 0.72% | - |
| XYZ | 40.33 | 43.86 | 31.93 | - |
| YUV | 175.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 142 | 0 | 0.03 | 0.22 | 0.28 | 52.68 | 0.22 | 0.64 |
| Hex | B7 | B2 | 8E | 0 | 3 | 16 | 1C | 35 | 16 | 40 |
| Octal | 267 | 262 | 216 | 0 | 3 | 26 | 34 | 65 | 26 | 100 |
| Binary | 10110111 | 10110010 | 10001110 | 0 | 11 | 10110 | 11100 | 110101 | 10110 | 1000000 |
Color Harmonies of #B7B28E
Complementary color
Monochromatic Colors of #B7B28E
Black with #B7B28E
Text Example
Text Example
White with #B7B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B28E; }
p { color: rgb(183,178,142); }
H1.HeaderClassName
{
color: #B7B28E;
}
.AnyTagClassName
{
color: #B7B28E;
}
</style>
background-color css
<style>
a { background-color: #B7B28E; }
a { background-color: rgb(183,178,142); }
div.DivClassName
{
background-color: #B7B28E;
}
.BgClassName
{
background-color: #B7B28E;
}
</style>
border-color css
<style>
span { border-color: #B7B28E; }
span { border-color: rgb(183,178,142); }
td.TdClassName
{
border-color: #B7B28E;
}
.TagClassName
{
border-color: #B7B28E;
}
</style>