Shades of Coriander #B7B48C
Tints of Coriander #B7B48C
RGB
CMYK
RGB Variations
Color information
#B7B48C (or 0xB7B48C) is known color: Coriander. HEX triplet: B7, B4 and 8C. RGB value is (183,180,140). Sum of RGB (Red+Green+Blue) = 183+180+140=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B48C is #484B73. Grayscale: #B0B0B0. Windows color (decimal): -4737908 or 9221303. OLE color: 9221303.
HSL color Cylindrical-coordinate representation of color #B7B48C: hue angle of 55.81º 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 #B7B48C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 140 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.28 |
| HSL | 55.81º | 0.23% | 0.63% | - |
| HSV(B) | 55.81º | 0.23% | 0.72% | - |
| XYZ | 40.58 | 44.6 | 31.28 | - |
| YUV | 176.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 140 | 0 | 0.02 | 0.23 | 0.28 | 55.81 | 0.23 | 0.63 |
| Hex | B7 | B4 | 8C | 0 | 2 | 17 | 1C | 38 | 17 | 3F |
| Octal | 267 | 264 | 214 | 0 | 2 | 27 | 34 | 70 | 27 | 77 |
| Binary | 10110111 | 10110100 | 10001100 | 0 | 10 | 10111 | 11100 | 111000 | 10111 | 111111 |
Color Harmonies of #B7B48C
Complementary color
Monochromatic Colors of #B7B48C
Black with #B7B48C
Text Example
Text Example
White with #B7B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B48C; }
p { color: rgb(183,180,140); }
H1.HeaderClassName
{
color: #B7B48C;
}
.AnyTagClassName
{
color: #B7B48C;
}
</style>
background-color css
<style>
a { background-color: #B7B48C; }
a { background-color: rgb(183,180,140); }
div.DivClassName
{
background-color: #B7B48C;
}
.BgClassName
{
background-color: #B7B48C;
}
</style>
border-color css
<style>
span { border-color: #B7B48C; }
span { border-color: rgb(183,180,140); }
td.TdClassName
{
border-color: #B7B48C;
}
.TagClassName
{
border-color: #B7B48C;
}
</style>