Shades of Coriander #B8B37D
Tints of Coriander #B8B37D
RGB
CMYK
RGB Variations
Color information
#B8B37D (or 0xB8B37D) is known color: Coriander. HEX triplet: B8, B3 and 7D. RGB value is (184,179,125). Sum of RGB (Red+Green+Blue) = 184+179+125=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B37D is #474C82. Grayscale: #AEAEAE. Windows color (decimal): -4672643 or 8238008. OLE color: 8238008.
HSL color Cylindrical-coordinate representation of color #B8B37D: hue angle of 54.92º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8B37D is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 125 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.28 |
| HSL | 54.92º | 0.29% | 0.61% | - |
| HSV(B) | 54.92º | 0.32% | 0.72% | - |
| XYZ | 39.59 | 43.91 | 25.79 | - |
| YUV | 174.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 125 | 0 | 0.03 | 0.32 | 0.28 | 54.92 | 0.29 | 0.61 |
| Hex | B8 | B3 | 7D | 0 | 3 | 20 | 1C | 37 | 1D | 3D |
| Octal | 270 | 263 | 175 | 0 | 3 | 40 | 34 | 67 | 35 | 75 |
| Binary | 10111000 | 10110011 | 1111101 | 0 | 11 | 100000 | 11100 | 110111 | 11101 | 111101 |
Color Harmonies of #B8B37D
Complementary color
Monochromatic Colors of #B8B37D
Black with #B8B37D
Text Example
Text Example
White with #B8B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B37D; }
p { color: rgb(184,179,125); }
H1.HeaderClassName
{
color: #B8B37D;
}
.AnyTagClassName
{
color: #B8B37D;
}
</style>
background-color css
<style>
a { background-color: #B8B37D; }
a { background-color: rgb(184,179,125); }
div.DivClassName
{
background-color: #B8B37D;
}
.BgClassName
{
background-color: #B8B37D;
}
</style>
border-color css
<style>
span { border-color: #B8B37D; }
span { border-color: rgb(184,179,125); }
td.TdClassName
{
border-color: #B8B37D;
}
.TagClassName
{
border-color: #B8B37D;
}
</style>