Shades of Coriander #BDB681
Tints of Coriander #BDB681
RGB
CMYK
RGB Variations
Color information
#BDB681 (or 0xBDB681) is known color: Coriander. HEX triplet: BD, B6 and 81. RGB value is (189,182,129). Sum of RGB (Red+Green+Blue) = 189+182+129=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB681 is #42497E. Grayscale: #B2B2B2. Windows color (decimal): -4344191 or 8500925. OLE color: 8500925.
HSL color Cylindrical-coordinate representation of color #BDB681: hue angle of 53º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDB681 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 129 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.26 |
| HSL | 53º | 0.31% | 0.62% | - |
| HSV(B) | 53º | 0.32% | 0.74% | - |
| XYZ | 41.68 | 45.86 | 27.42 | - |
| YUV | 178.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 129 | 0 | 0.04 | 0.32 | 0.26 | 53 | 0.31 | 0.62 |
| Hex | BD | B6 | 81 | 0 | 4 | 20 | 1A | 35 | 1F | 3E |
| Octal | 275 | 266 | 201 | 0 | 4 | 40 | 32 | 65 | 37 | 76 |
| Binary | 10111101 | 10110110 | 10000001 | 0 | 100 | 100000 | 11010 | 110101 | 11111 | 111110 |
Color Harmonies of #BDB681
Complementary color
Monochromatic Colors of #BDB681
Black with #BDB681
Text Example
Text Example
White with #BDB681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB681; }
p { color: rgb(189,182,129); }
H1.HeaderClassName
{
color: #BDB681;
}
.AnyTagClassName
{
color: #BDB681;
}
</style>
background-color css
<style>
a { background-color: #BDB681; }
a { background-color: rgb(189,182,129); }
div.DivClassName
{
background-color: #BDB681;
}
.BgClassName
{
background-color: #BDB681;
}
</style>
border-color css
<style>
span { border-color: #BDB681; }
span { border-color: rgb(189,182,129); }
td.TdClassName
{
border-color: #BDB681;
}
.TagClassName
{
border-color: #BDB681;
}
</style>