Shades of Coriander #BDBC8B
Tints of Coriander #BDBC8B
RGB
CMYK
RGB Variations
Color information
#BDBC8B (or 0xBDBC8B) is known color: Coriander. HEX triplet: BD, BC and 8B. RGB value is (189,188,139). Sum of RGB (Red+Green+Blue) = 189+188+139=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC8B is #424374. Grayscale: #B6B6B6. Windows color (decimal): -4342645 or 9157821. OLE color: 9157821.
HSL color Cylindrical-coordinate representation of color #BDBC8B: hue angle of 58.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBC8B is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 139 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.26 |
| HSL | 58.8º | 0.27% | 0.64% | - |
| HSV(B) | 58.8º | 0.26% | 0.74% | - |
| XYZ | 43.63 | 48.65 | 31.52 | - |
| YUV | 182.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 139 | 0 | 0.01 | 0.26 | 0.26 | 58.8 | 0.27 | 0.64 |
| Hex | BD | BC | 8B | 0 | 1 | 1A | 1A | 3B | 1B | 40 |
| Octal | 275 | 274 | 213 | 0 | 1 | 32 | 32 | 73 | 33 | 100 |
| Binary | 10111101 | 10111100 | 10001011 | 0 | 1 | 11010 | 11010 | 111011 | 11011 | 1000000 |
Color Harmonies of #BDBC8B
Complementary color
Monochromatic Colors of #BDBC8B
Black with #BDBC8B
Text Example
Text Example
White with #BDBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC8B; }
p { color: rgb(189,188,139); }
H1.HeaderClassName
{
color: #BDBC8B;
}
.AnyTagClassName
{
color: #BDBC8B;
}
</style>
background-color css
<style>
a { background-color: #BDBC8B; }
a { background-color: rgb(189,188,139); }
div.DivClassName
{
background-color: #BDBC8B;
}
.BgClassName
{
background-color: #BDBC8B;
}
</style>
border-color css
<style>
span { border-color: #BDBC8B; }
span { border-color: rgb(189,188,139); }
td.TdClassName
{
border-color: #BDBC8B;
}
.TagClassName
{
border-color: #BDBC8B;
}
</style>