Shades of Coriander #B8B380
Tints of Coriander #B8B380
RGB
CMYK
RGB Variations
Color information
#B8B380 (or 0xB8B380) is known color: Coriander. HEX triplet: B8, B3 and 80. RGB value is (184,179,128). Sum of RGB (Red+Green+Blue) = 184+179+128=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B380 is #474C7F. Grayscale: #AEAEAE. Windows color (decimal): -4672640 or 8434616. OLE color: 8434616.
HSL color Cylindrical-coordinate representation of color #B8B380: hue angle of 54.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B380 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 128 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.28 |
| HSL | 54.64º | 0.28% | 0.61% | - |
| HSV(B) | 54.64º | 0.3% | 0.72% | - |
| XYZ | 39.78 | 43.99 | 26.82 | - |
| YUV | 174.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 128 | 0 | 0.03 | 0.30 | 0.28 | 54.64 | 0.28 | 0.61 |
| Hex | B8 | B3 | 80 | 0 | 3 | 1E | 1C | 37 | 1C | 3D |
| Octal | 270 | 263 | 200 | 0 | 3 | 36 | 34 | 67 | 34 | 75 |
| Binary | 10111000 | 10110011 | 10000000 | 0 | 11 | 11110 | 11100 | 110111 | 11100 | 111101 |
Color Harmonies of #B8B380
Complementary color
Monochromatic Colors of #B8B380
Black with #B8B380
Text Example
Text Example
White with #B8B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B380; }
p { color: rgb(184,179,128); }
H1.HeaderClassName
{
color: #B8B380;
}
.AnyTagClassName
{
color: #B8B380;
}
</style>
background-color css
<style>
a { background-color: #B8B380; }
a { background-color: rgb(184,179,128); }
div.DivClassName
{
background-color: #B8B380;
}
.BgClassName
{
background-color: #B8B380;
}
</style>
border-color css
<style>
span { border-color: #B8B380; }
span { border-color: rgb(184,179,128); }
td.TdClassName
{
border-color: #B8B380;
}
.TagClassName
{
border-color: #B8B380;
}
</style>