Shades of Coriander #BDB38F
Tints of Coriander #BDB38F
RGB
CMYK
RGB Variations
Color information
#BDB38F (or 0xBDB38F) is known color: Coriander. HEX triplet: BD, B3 and 8F. RGB value is (189,179,143). Sum of RGB (Red+Green+Blue) = 189+179+143=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB38F is #424C70. Grayscale: #B2B2B2. Windows color (decimal): -4344945 or 9417661. OLE color: 9417661.
HSL color Cylindrical-coordinate representation of color #BDB38F: hue angle of 46.96º degrees, saturation: 0.26, 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 #BDB38F is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 143 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.26 |
| HSL | 46.96º | 0.26% | 0.65% | - |
| HSV(B) | 46.96º | 0.24% | 0.74% | - |
| XYZ | 42.06 | 45.04 | 32.46 | - |
| YUV | 177.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 143 | 0 | 0.05 | 0.24 | 0.26 | 46.96 | 0.26 | 0.65 |
| Hex | BD | B3 | 8F | 0 | 5 | 18 | 1A | 2F | 1A | 41 |
| Octal | 275 | 263 | 217 | 0 | 5 | 30 | 32 | 57 | 32 | 101 |
| Binary | 10111101 | 10110011 | 10001111 | 0 | 101 | 11000 | 11010 | 101111 | 11010 | 1000001 |
Color Harmonies of #BDB38F
Complementary color
Monochromatic Colors of #BDB38F
Black with #BDB38F
Text Example
Text Example
White with #BDB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB38F; }
p { color: rgb(189,179,143); }
H1.HeaderClassName
{
color: #BDB38F;
}
.AnyTagClassName
{
color: #BDB38F;
}
</style>
background-color css
<style>
a { background-color: #BDB38F; }
a { background-color: rgb(189,179,143); }
div.DivClassName
{
background-color: #BDB38F;
}
.BgClassName
{
background-color: #BDB38F;
}
</style>
border-color css
<style>
span { border-color: #BDB38F; }
span { border-color: rgb(189,179,143); }
td.TdClassName
{
border-color: #BDB38F;
}
.TagClassName
{
border-color: #BDB38F;
}
</style>