Shades of Coriander #B8B381
Tints of Coriander #B8B381
RGB
CMYK
RGB Variations
Color information
#B8B381 (or 0xB8B381) is known color: Coriander. HEX triplet: B8, B3 and 81. RGB value is (184,179,129). Sum of RGB (Red+Green+Blue) = 184+179+129=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B381 is #474C7E. Grayscale: #AFAFAF. Windows color (decimal): -4672639 or 8500152. OLE color: 8500152.
HSL color Cylindrical-coordinate representation of color #B8B381: hue angle of 54.55º 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 #B8B381 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 129 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.28 |
| HSL | 54.55º | 0.28% | 0.61% | - |
| HSV(B) | 54.55º | 0.3% | 0.72% | - |
| XYZ | 39.85 | 44.02 | 27.16 | - |
| YUV | 174.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 129 | 0 | 0.03 | 0.30 | 0.28 | 54.55 | 0.28 | 0.61 |
| Hex | B8 | B3 | 81 | 0 | 3 | 1E | 1C | 37 | 1C | 3D |
| Octal | 270 | 263 | 201 | 0 | 3 | 36 | 34 | 67 | 34 | 75 |
| Binary | 10111000 | 10110011 | 10000001 | 0 | 11 | 11110 | 11100 | 110111 | 11100 | 111101 |
Color Harmonies of #B8B381
Complementary color
Monochromatic Colors of #B8B381
Black with #B8B381
Text Example
Text Example
White with #B8B381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B381; }
p { color: rgb(184,179,129); }
H1.HeaderClassName
{
color: #B8B381;
}
.AnyTagClassName
{
color: #B8B381;
}
</style>
background-color css
<style>
a { background-color: #B8B381; }
a { background-color: rgb(184,179,129); }
div.DivClassName
{
background-color: #B8B381;
}
.BgClassName
{
background-color: #B8B381;
}
</style>
border-color css
<style>
span { border-color: #B8B381; }
span { border-color: rgb(184,179,129); }
td.TdClassName
{
border-color: #B8B381;
}
.TagClassName
{
border-color: #B8B381;
}
</style>