Shades of Coriander #BDB994
Tints of Coriander #BDB994
RGB
CMYK
RGB Variations
Color information
#BDB994 (or 0xBDB994) is known color: Coriander. HEX triplet: BD, B9 and 94. RGB value is (189,185,148). Sum of RGB (Red+Green+Blue) = 189+185+148=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB994 is #42466B. Grayscale: #B6B6B6. Windows color (decimal): -4343404 or 9746877. OLE color: 9746877.
HSL color Cylindrical-coordinate representation of color #BDB994: hue angle of 54.15º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB994 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 148 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.26 |
| HSL | 54.15º | 0.24% | 0.66% | - |
| HSV(B) | 54.15º | 0.22% | 0.74% | - |
| XYZ | 43.68 | 47.65 | 34.91 | - |
| YUV | 181.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 148 | 0 | 0.02 | 0.22 | 0.26 | 54.15 | 0.24 | 0.66 |
| Hex | BD | B9 | 94 | 0 | 2 | 16 | 1A | 36 | 18 | 42 |
| Octal | 275 | 271 | 224 | 0 | 2 | 26 | 32 | 66 | 30 | 102 |
| Binary | 10111101 | 10111001 | 10010100 | 0 | 10 | 10110 | 11010 | 110110 | 11000 | 1000010 |
Color Harmonies of #BDB994
Complementary color
Monochromatic Colors of #BDB994
Black with #BDB994
Text Example
Text Example
White with #BDB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB994; }
p { color: rgb(189,185,148); }
H1.HeaderClassName
{
color: #BDB994;
}
.AnyTagClassName
{
color: #BDB994;
}
</style>
background-color css
<style>
a { background-color: #BDB994; }
a { background-color: rgb(189,185,148); }
div.DivClassName
{
background-color: #BDB994;
}
.BgClassName
{
background-color: #BDB994;
}
</style>
border-color css
<style>
span { border-color: #BDB994; }
span { border-color: rgb(189,185,148); }
td.TdClassName
{
border-color: #BDB994;
}
.TagClassName
{
border-color: #BDB994;
}
</style>