Shades of Coriander #BDB992
Tints of Coriander #BDB992
RGB
CMYK
RGB Variations
Color information
#BDB992 (or 0xBDB992) is known color: Coriander. HEX triplet: BD, B9 and 92. RGB value is (189,185,146). Sum of RGB (Red+Green+Blue) = 189+185+146=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB992 is #42466D. Grayscale: #B5B5B5. Windows color (decimal): -4343406 or 9615805. OLE color: 9615805.
HSL color Cylindrical-coordinate representation of color #BDB992: hue angle of 54.42º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB992 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 146 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.26 |
| HSL | 54.42º | 0.25% | 0.66% | - |
| HSV(B) | 54.42º | 0.23% | 0.74% | - |
| XYZ | 43.52 | 47.59 | 34.09 | - |
| YUV | 181.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 146 | 0 | 0.02 | 0.23 | 0.26 | 54.42 | 0.25 | 0.66 |
| Hex | BD | B9 | 92 | 0 | 2 | 17 | 1A | 36 | 19 | 42 |
| Octal | 275 | 271 | 222 | 0 | 2 | 27 | 32 | 66 | 31 | 102 |
| Binary | 10111101 | 10111001 | 10010010 | 0 | 10 | 10111 | 11010 | 110110 | 11001 | 1000010 |
Color Harmonies of #BDB992
Complementary color
Monochromatic Colors of #BDB992
Black with #BDB992
Text Example
Text Example
White with #BDB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB992; }
p { color: rgb(189,185,146); }
H1.HeaderClassName
{
color: #BDB992;
}
.AnyTagClassName
{
color: #BDB992;
}
</style>
background-color css
<style>
a { background-color: #BDB992; }
a { background-color: rgb(189,185,146); }
div.DivClassName
{
background-color: #BDB992;
}
.BgClassName
{
background-color: #BDB992;
}
</style>
border-color css
<style>
span { border-color: #BDB992; }
span { border-color: rgb(189,185,146); }
td.TdClassName
{
border-color: #BDB992;
}
.TagClassName
{
border-color: #BDB992;
}
</style>