Shades of Coriander #BDBA8A
Tints of Coriander #BDBA8A
RGB
CMYK
RGB Variations
Color information
#BDBA8A (or 0xBDBA8A) is known color: Coriander. HEX triplet: BD, BA and 8A. RGB value is (189,186,138). Sum of RGB (Red+Green+Blue) = 189+186+138=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA8A is #424575. Grayscale: #B5B5B5. Windows color (decimal): -4343158 or 9091773. OLE color: 9091773.
HSL color Cylindrical-coordinate representation of color #BDBA8A: hue angle of 56.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDBA8A is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 138 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.26 |
| HSL | 56.47º | 0.28% | 0.64% | - |
| HSV(B) | 56.47º | 0.27% | 0.74% | - |
| XYZ | 43.13 | 47.77 | 30.99 | - |
| YUV | 181.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 138 | 0 | 0.02 | 0.27 | 0.26 | 56.47 | 0.28 | 0.64 |
| Hex | BD | BA | 8A | 0 | 2 | 1B | 1A | 38 | 1C | 40 |
| Octal | 275 | 272 | 212 | 0 | 2 | 33 | 32 | 70 | 34 | 100 |
| Binary | 10111101 | 10111010 | 10001010 | 0 | 10 | 11011 | 11010 | 111000 | 11100 | 1000000 |
Color Harmonies of #BDBA8A
Complementary color
Monochromatic Colors of #BDBA8A
Black with #BDBA8A
Text Example
Text Example
White with #BDBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA8A; }
p { color: rgb(189,186,138); }
H1.HeaderClassName
{
color: #BDBA8A;
}
.AnyTagClassName
{
color: #BDBA8A;
}
</style>
background-color css
<style>
a { background-color: #BDBA8A; }
a { background-color: rgb(189,186,138); }
div.DivClassName
{
background-color: #BDBA8A;
}
.BgClassName
{
background-color: #BDBA8A;
}
</style>
border-color css
<style>
span { border-color: #BDBA8A; }
span { border-color: rgb(189,186,138); }
td.TdClassName
{
border-color: #BDBA8A;
}
.TagClassName
{
border-color: #BDBA8A;
}
</style>