Shades of Coriander #B9B38F
Tints of Coriander #B9B38F
RGB
CMYK
RGB Variations
Color information
#B9B38F (or 0xB9B38F) is known color: Coriander. HEX triplet: B9, B3 and 8F. RGB value is (185,179,143). Sum of RGB (Red+Green+Blue) = 185+179+143=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B38F is #464C70. Grayscale: #B0B0B0. Windows color (decimal): -4607089 or 9417657. OLE color: 9417657.
HSL color Cylindrical-coordinate representation of color #B9B38F: hue angle of 51.43º 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 #B9B38F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 143 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.27 |
| HSL | 51.43º | 0.23% | 0.64% | - |
| HSV(B) | 51.43º | 0.23% | 0.73% | - |
| XYZ | 41.09 | 44.54 | 32.42 | - |
| YUV | 176.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 143 | 0 | 0.03 | 0.23 | 0.27 | 51.43 | 0.23 | 0.64 |
| Hex | B9 | B3 | 8F | 0 | 3 | 17 | 1B | 33 | 17 | 40 |
| Octal | 271 | 263 | 217 | 0 | 3 | 27 | 33 | 63 | 27 | 100 |
| Binary | 10111001 | 10110011 | 10001111 | 0 | 11 | 10111 | 11011 | 110011 | 10111 | 1000000 |
Color Harmonies of #B9B38F
Complementary color
Monochromatic Colors of #B9B38F
Black with #B9B38F
Text Example
Text Example
White with #B9B38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B38F; }
p { color: rgb(185,179,143); }
H1.HeaderClassName
{
color: #B9B38F;
}
.AnyTagClassName
{
color: #B9B38F;
}
</style>
background-color css
<style>
a { background-color: #B9B38F; }
a { background-color: rgb(185,179,143); }
div.DivClassName
{
background-color: #B9B38F;
}
.BgClassName
{
background-color: #B9B38F;
}
</style>
border-color css
<style>
span { border-color: #B9B38F; }
span { border-color: rgb(185,179,143); }
td.TdClassName
{
border-color: #B9B38F;
}
.TagClassName
{
border-color: #B9B38F;
}
</style>