Shades of Coriander #B7B38C
Tints of Coriander #B7B38C
RGB
CMYK
RGB Variations
Color information
#B7B38C (or 0xB7B38C) is known color: Coriander. HEX triplet: B7, B3 and 8C. RGB value is (183,179,140). Sum of RGB (Red+Green+Blue) = 183+179+140=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B38C is #484C73. Grayscale: #AFAFAF. Windows color (decimal): -4738164 or 9221047. OLE color: 9221047.
HSL color Cylindrical-coordinate representation of color #B7B38C: hue angle of 54.42º 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 #B7B38C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 140 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.28 |
| HSL | 54.42º | 0.23% | 0.63% | - |
| HSV(B) | 54.42º | 0.23% | 0.72% | - |
| XYZ | 40.38 | 44.2 | 31.21 | - |
| YUV | 175.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 140 | 0 | 0.02 | 0.23 | 0.28 | 54.42 | 0.23 | 0.63 |
| Hex | B7 | B3 | 8C | 0 | 2 | 17 | 1C | 36 | 17 | 3F |
| Octal | 267 | 263 | 214 | 0 | 2 | 27 | 34 | 66 | 27 | 77 |
| Binary | 10110111 | 10110011 | 10001100 | 0 | 10 | 10111 | 11100 | 110110 | 10111 | 111111 |
Color Harmonies of #B7B38C
Complementary color
Monochromatic Colors of #B7B38C
Black with #B7B38C
Text Example
Text Example
White with #B7B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B38C; }
p { color: rgb(183,179,140); }
H1.HeaderClassName
{
color: #B7B38C;
}
.AnyTagClassName
{
color: #B7B38C;
}
</style>
background-color css
<style>
a { background-color: #B7B38C; }
a { background-color: rgb(183,179,140); }
div.DivClassName
{
background-color: #B7B38C;
}
.BgClassName
{
background-color: #B7B38C;
}
</style>
border-color css
<style>
span { border-color: #B7B38C; }
span { border-color: rgb(183,179,140); }
td.TdClassName
{
border-color: #B7B38C;
}
.TagClassName
{
border-color: #B7B38C;
}
</style>