Shades of Coriander #B9B28F
Tints of Coriander #B9B28F
RGB
CMYK
RGB Variations
Color information
#B9B28F (or 0xB9B28F) is known color: Coriander. HEX triplet: B9, B2 and 8F. RGB value is (185,178,143). Sum of RGB (Red+Green+Blue) = 185+178+143=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B28F is #464D70. Grayscale: #B0B0B0. Windows color (decimal): -4607345 or 9417401. OLE color: 9417401.
HSL color Cylindrical-coordinate representation of color #B9B28F: hue angle of 50º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B28F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 143 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.27 |
| HSL | 50º | 0.23% | 0.64% | - |
| HSV(B) | 50º | 0.23% | 0.73% | - |
| XYZ | 40.89 | 44.14 | 32.35 | - |
| YUV | 176.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 143 | 0 | 0.04 | 0.23 | 0.27 | 50 | 0.23 | 0.64 |
| Hex | B9 | B2 | 8F | 0 | 4 | 17 | 1B | 32 | 17 | 40 |
| Octal | 271 | 262 | 217 | 0 | 4 | 27 | 33 | 62 | 27 | 100 |
| Binary | 10111001 | 10110010 | 10001111 | 0 | 100 | 10111 | 11011 | 110010 | 10111 | 1000000 |
Color Harmonies of #B9B28F
Complementary color
Monochromatic Colors of #B9B28F
Black with #B9B28F
Text Example
Text Example
White with #B9B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B28F; }
p { color: rgb(185,178,143); }
H1.HeaderClassName
{
color: #B9B28F;
}
.AnyTagClassName
{
color: #B9B28F;
}
</style>
background-color css
<style>
a { background-color: #B9B28F; }
a { background-color: rgb(185,178,143); }
div.DivClassName
{
background-color: #B9B28F;
}
.BgClassName
{
background-color: #B9B28F;
}
</style>
border-color css
<style>
span { border-color: #B9B28F; }
span { border-color: rgb(185,178,143); }
td.TdClassName
{
border-color: #B9B28F;
}
.TagClassName
{
border-color: #B9B28F;
}
</style>