Shades of Coriander #B8B38F
Tints of Coriander #B8B38F
RGB
CMYK
RGB Variations
Color information
#B8B38F (or 0xB8B38F) is known color: Coriander. HEX triplet: B8, B3 and 8F. RGB value is (184,179,143). Sum of RGB (Red+Green+Blue) = 184+179+143=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B38F is #474C70. Grayscale: #B0B0B0. Windows color (decimal): -4672625 or 9417656. OLE color: 9417656.
HSL color Cylindrical-coordinate representation of color #B8B38F: hue angle of 52.68º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8B38F is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 143 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.28 |
| HSL | 52.68º | 0.22% | 0.64% | - |
| HSV(B) | 52.68º | 0.22% | 0.72% | - |
| XYZ | 40.85 | 44.41 | 32.41 | - |
| YUV | 176.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 143 | 0 | 0.03 | 0.22 | 0.28 | 52.68 | 0.22 | 0.64 |
| Hex | B8 | B3 | 8F | 0 | 3 | 16 | 1C | 35 | 16 | 40 |
| Octal | 270 | 263 | 217 | 0 | 3 | 26 | 34 | 65 | 26 | 100 |
| Binary | 10111000 | 10110011 | 10001111 | 0 | 11 | 10110 | 11100 | 110101 | 10110 | 1000000 |
Color Harmonies of #B8B38F
Complementary color
Monochromatic Colors of #B8B38F
Black with #B8B38F
Text Example
Text Example
White with #B8B38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B38F; }
p { color: rgb(184,179,143); }
H1.HeaderClassName
{
color: #B8B38F;
}
.AnyTagClassName
{
color: #B8B38F;
}
</style>
background-color css
<style>
a { background-color: #B8B38F; }
a { background-color: rgb(184,179,143); }
div.DivClassName
{
background-color: #B8B38F;
}
.BgClassName
{
background-color: #B8B38F;
}
</style>
border-color css
<style>
span { border-color: #B8B38F; }
span { border-color: rgb(184,179,143); }
td.TdClassName
{
border-color: #B8B38F;
}
.TagClassName
{
border-color: #B8B38F;
}
</style>