Shades of Coriander #BDBC8A
Tints of Coriander #BDBC8A
RGB
CMYK
RGB Variations
Color information
#BDBC8A (or 0xBDBC8A) is known color: Coriander. HEX triplet: BD, BC and 8A. RGB value is (189,188,138). Sum of RGB (Red+Green+Blue) = 189+188+138=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC8A is #424375. Grayscale: #B6B6B6. Windows color (decimal): -4342646 or 9092285. OLE color: 9092285.
HSL color Cylindrical-coordinate representation of color #BDBC8A: hue angle of 58.82º 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 #BDBC8A is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 138 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.26 |
| HSL | 58.82º | 0.28% | 0.64% | - |
| HSV(B) | 58.82º | 0.27% | 0.74% | - |
| XYZ | 43.56 | 48.62 | 31.13 | - |
| YUV | 182.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 138 | 0 | 0.01 | 0.27 | 0.26 | 58.82 | 0.28 | 0.64 |
| Hex | BD | BC | 8A | 0 | 1 | 1B | 1A | 3B | 1C | 40 |
| Octal | 275 | 274 | 212 | 0 | 1 | 33 | 32 | 73 | 34 | 100 |
| Binary | 10111101 | 10111100 | 10001010 | 0 | 1 | 11011 | 11010 | 111011 | 11100 | 1000000 |
Color Harmonies of #BDBC8A
Complementary color
Monochromatic Colors of #BDBC8A
Black with #BDBC8A
Text Example
Text Example
White with #BDBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC8A; }
p { color: rgb(189,188,138); }
H1.HeaderClassName
{
color: #BDBC8A;
}
.AnyTagClassName
{
color: #BDBC8A;
}
</style>
background-color css
<style>
a { background-color: #BDBC8A; }
a { background-color: rgb(189,188,138); }
div.DivClassName
{
background-color: #BDBC8A;
}
.BgClassName
{
background-color: #BDBC8A;
}
</style>
border-color css
<style>
span { border-color: #BDBC8A; }
span { border-color: rgb(189,188,138); }
td.TdClassName
{
border-color: #BDBC8A;
}
.TagClassName
{
border-color: #BDBC8A;
}
</style>