Shades of Coriander #BDB885
Tints of Coriander #BDB885
RGB
CMYK
RGB Variations
Color information
#BDB885 (or 0xBDB885) is known color: Coriander. HEX triplet: BD, B8 and 85. RGB value is (189,184,133). Sum of RGB (Red+Green+Blue) = 189+184+133=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB885 is #42477A. Grayscale: #B3B3B3. Windows color (decimal): -4343675 or 8763581. OLE color: 8763581.
HSL color Cylindrical-coordinate representation of color #BDB885: hue angle of 54.64º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB885 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 133 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.26 |
| HSL | 54.64º | 0.3% | 0.63% | - |
| HSV(B) | 54.64º | 0.3% | 0.74% | - |
| XYZ | 42.36 | 46.79 | 28.99 | - |
| YUV | 179.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 133 | 0 | 0.03 | 0.30 | 0.26 | 54.64 | 0.3 | 0.63 |
| Hex | BD | B8 | 85 | 0 | 3 | 1E | 1A | 37 | 1E | 3F |
| Octal | 275 | 270 | 205 | 0 | 3 | 36 | 32 | 67 | 36 | 77 |
| Binary | 10111101 | 10111000 | 10000101 | 0 | 11 | 11110 | 11010 | 110111 | 11110 | 111111 |
Color Harmonies of #BDB885
Complementary color
Monochromatic Colors of #BDB885
Black with #BDB885
Text Example
Text Example
White with #BDB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB885; }
p { color: rgb(189,184,133); }
H1.HeaderClassName
{
color: #BDB885;
}
.AnyTagClassName
{
color: #BDB885;
}
</style>
background-color css
<style>
a { background-color: #BDB885; }
a { background-color: rgb(189,184,133); }
div.DivClassName
{
background-color: #BDB885;
}
.BgClassName
{
background-color: #BDB885;
}
</style>
border-color css
<style>
span { border-color: #BDB885; }
span { border-color: rgb(189,184,133); }
td.TdClassName
{
border-color: #BDB885;
}
.TagClassName
{
border-color: #BDB885;
}
</style>