Shades of Coriander #B8B47F
Tints of Coriander #B8B47F
RGB
CMYK
RGB Variations
Color information
#B8B47F (or 0xB8B47F) is known color: Coriander. HEX triplet: B8, B4 and 7F. RGB value is (184,180,127). Sum of RGB (Red+Green+Blue) = 184+180+127=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B47F is #474B80. Grayscale: #AFAFAF. Windows color (decimal): -4672385 or 8369336. OLE color: 8369336.
HSL color Cylindrical-coordinate representation of color #B8B47F: hue angle of 55.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8B47F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 127 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.28 |
| HSL | 55.79º | 0.29% | 0.61% | - |
| HSV(B) | 55.79º | 0.31% | 0.72% | - |
| XYZ | 39.92 | 44.37 | 26.54 | - |
| YUV | 175.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 127 | 0 | 0.02 | 0.31 | 0.28 | 55.79 | 0.29 | 0.61 |
| Hex | B8 | B4 | 7F | 0 | 2 | 1F | 1C | 38 | 1D | 3D |
| Octal | 270 | 264 | 177 | 0 | 2 | 37 | 34 | 70 | 35 | 75 |
| Binary | 10111000 | 10110100 | 1111111 | 0 | 10 | 11111 | 11100 | 111000 | 11101 | 111101 |
Color Harmonies of #B8B47F
Complementary color
Monochromatic Colors of #B8B47F
Black with #B8B47F
Text Example
Text Example
White with #B8B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B47F; }
p { color: rgb(184,180,127); }
H1.HeaderClassName
{
color: #B8B47F;
}
.AnyTagClassName
{
color: #B8B47F;
}
</style>
background-color css
<style>
a { background-color: #B8B47F; }
a { background-color: rgb(184,180,127); }
div.DivClassName
{
background-color: #B8B47F;
}
.BgClassName
{
background-color: #B8B47F;
}
</style>
border-color css
<style>
span { border-color: #B8B47F; }
span { border-color: rgb(184,180,127); }
td.TdClassName
{
border-color: #B8B47F;
}
.TagClassName
{
border-color: #B8B47F;
}
</style>