Shades of Coriander #BDBB8D
Tints of Coriander #BDBB8D
RGB
CMYK
RGB Variations
Color information
#BDBB8D (or 0xBDBB8D) is known color: Coriander. HEX triplet: BD, BB and 8D. RGB value is (189,187,141). Sum of RGB (Red+Green+Blue) = 189+187+141=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8D is #424472. Grayscale: #B6B6B6. Windows color (decimal): -4342899 or 9288637. OLE color: 9288637.
HSL color Cylindrical-coordinate representation of color #BDBB8D: hue angle of 57.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBB8D is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 141 | - |
CMYK | 0 | 0.01 | 0.25 | 0.26 |
HSL | 57.5º | 0.27% | 0.65% | - |
HSV(B) | 57.5º | 0.25% | 0.74% | - |
XYZ | 43.56 | 48.28 | 32.22 | - |
YUV | 182.35 | 104.66 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 141 | 0 | 0.01 | 0.25 | 0.26 | 57.5 | 0.27 | 0.65 |
Hex | BD | BB | 8D | 0 | 1 | 19 | 1A | 3A | 1B | 41 |
Octal | 275 | 273 | 215 | 0 | 1 | 31 | 32 | 72 | 33 | 101 |
Binary | 10111101 | 10111011 | 10001101 | 0 | 1 | 11001 | 11010 | 111010 | 11011 | 1000001 |
Color Harmonies of #BDBB8D
Complementary color
Monochromatic Colors of #BDBB8D
Black with #BDBB8D
Text Example
Text Example
White with #BDBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB8D; }
p { color: rgb(189,187,141); }
H1.HeaderClassName
{
color: #BDBB8D;
}
.AnyTagClassName
{
color: #BDBB8D;
}
</style>
background-color css
<style>
a { background-color: #BDBB8D; }
a { background-color: rgb(189,187,141); }
div.DivClassName
{
background-color: #BDBB8D;
}
.BgClassName
{
background-color: #BDBB8D;
}
</style>
border-color css
<style>
span { border-color: #BDBB8D; }
span { border-color: rgb(189,187,141); }
td.TdClassName
{
border-color: #BDBB8D;
}
.TagClassName
{
border-color: #BDBB8D;
}
</style>