Shades of Coriander #BDBC90
Tints of Coriander #BDBC90
RGB
CMYK
RGB Variations
Color information
#BDBC90 (or 0xBDBC90) is known color: Coriander. HEX triplet: BD, BC and 90. RGB value is (189,188,144). Sum of RGB (Red+Green+Blue) = 189+188+144=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC90 is #42436F. Grayscale: #B7B7B7. Windows color (decimal): -4342640 or 9485501. OLE color: 9485501.
HSL color Cylindrical-coordinate representation of color #BDBC90: hue angle of 58.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDBC90 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 144 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.26 |
| HSL | 58.67º | 0.25% | 0.65% | - |
| HSV(B) | 58.67º | 0.24% | 0.74% | - |
| XYZ | 44 | 48.8 | 33.49 | - |
| YUV | 183.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 144 | 0 | 0.01 | 0.24 | 0.26 | 58.67 | 0.25 | 0.65 |
| Hex | BD | BC | 90 | 0 | 1 | 18 | 1A | 3B | 19 | 41 |
| Octal | 275 | 274 | 220 | 0 | 1 | 30 | 32 | 73 | 31 | 101 |
| Binary | 10111101 | 10111100 | 10010000 | 0 | 1 | 11000 | 11010 | 111011 | 11001 | 1000001 |
Color Harmonies of #BDBC90
Complementary color
Monochromatic Colors of #BDBC90
Black with #BDBC90
Text Example
Text Example
White with #BDBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC90; }
p { color: rgb(189,188,144); }
H1.HeaderClassName
{
color: #BDBC90;
}
.AnyTagClassName
{
color: #BDBC90;
}
</style>
background-color css
<style>
a { background-color: #BDBC90; }
a { background-color: rgb(189,188,144); }
div.DivClassName
{
background-color: #BDBC90;
}
.BgClassName
{
background-color: #BDBC90;
}
</style>
border-color css
<style>
span { border-color: #BDBC90; }
span { border-color: rgb(189,188,144); }
td.TdClassName
{
border-color: #BDBC90;
}
.TagClassName
{
border-color: #BDBC90;
}
</style>