Shades of Coriander #B4B68D
Tints of Coriander #B4B68D
RGB
CMYK
RGB Variations
Color information
#B4B68D (or 0xB4B68D) is known color: Coriander. HEX triplet: B4, B6 and 8D. RGB value is (180,182,141). Sum of RGB (Red+Green+Blue) = 180+182+141=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B68D is #4B4972. Grayscale: #B0B0B0. Windows color (decimal): -4934003 or 9287348. OLE color: 9287348.
HSL color Cylindrical-coordinate representation of color #B4B68D: hue angle of 62.93º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4B68D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 182 | 141 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.29 |
| HSL | 62.93º | 0.22% | 0.63% | - |
| HSV(B) | 62.93º | 0.23% | 0.71% | - |
| XYZ | 40.36 | 45.08 | 31.77 | - |
| YUV | 176.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 182 | 141 | 0.01 | 0 | 0.23 | 0.29 | 62.93 | 0.22 | 0.63 |
| Hex | B4 | B6 | 8D | 1 | 0 | 17 | 1D | 3F | 16 | 3F |
| Octal | 264 | 266 | 215 | 1 | 0 | 27 | 35 | 77 | 26 | 77 |
| Binary | 10110100 | 10110110 | 10001101 | 1 | 0 | 10111 | 11101 | 111111 | 10110 | 111111 |
Color Harmonies of #B4B68D
Complementary color
Monochromatic Colors of #B4B68D
Black with #B4B68D
Text Example
Text Example
White with #B4B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B68D; }
p { color: rgb(180,182,141); }
H1.HeaderClassName
{
color: #B4B68D;
}
.AnyTagClassName
{
color: #B4B68D;
}
</style>
background-color css
<style>
a { background-color: #B4B68D; }
a { background-color: rgb(180,182,141); }
div.DivClassName
{
background-color: #B4B68D;
}
.BgClassName
{
background-color: #B4B68D;
}
</style>
border-color css
<style>
span { border-color: #B4B68D; }
span { border-color: rgb(180,182,141); }
td.TdClassName
{
border-color: #B4B68D;
}
.TagClassName
{
border-color: #B4B68D;
}
</style>