Shades of Coriander #BBB38B
Tints of Coriander #BBB38B
RGB
CMYK
RGB Variations
Color information
#BBB38B (or 0xBBB38B) is known color: Coriander. HEX triplet: BB, B3 and 8B. RGB value is (187,179,139). Sum of RGB (Red+Green+Blue) = 187+179+139=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB38B is #444C74. Grayscale: #B1B1B1. Windows color (decimal): -4476021 or 9155515. OLE color: 9155515.
HSL color Cylindrical-coordinate representation of color #BBB38B: hue angle of 50º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB38B is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 139 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.27 |
| HSL | 50º | 0.26% | 0.64% | - |
| HSV(B) | 50º | 0.26% | 0.73% | - |
| XYZ | 41.27 | 44.67 | 30.87 | - |
| YUV | 176.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 139 | 0 | 0.04 | 0.26 | 0.27 | 50 | 0.26 | 0.64 |
| Hex | BB | B3 | 8B | 0 | 4 | 1A | 1B | 32 | 1A | 40 |
| Octal | 273 | 263 | 213 | 0 | 4 | 32 | 33 | 62 | 32 | 100 |
| Binary | 10111011 | 10110011 | 10001011 | 0 | 100 | 11010 | 11011 | 110010 | 11010 | 1000000 |
Color Harmonies of #BBB38B
Complementary color
Monochromatic Colors of #BBB38B
Black with #BBB38B
Text Example
Text Example
White with #BBB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB38B; }
p { color: rgb(187,179,139); }
H1.HeaderClassName
{
color: #BBB38B;
}
.AnyTagClassName
{
color: #BBB38B;
}
</style>
background-color css
<style>
a { background-color: #BBB38B; }
a { background-color: rgb(187,179,139); }
div.DivClassName
{
background-color: #BBB38B;
}
.BgClassName
{
background-color: #BBB38B;
}
</style>
border-color css
<style>
span { border-color: #BBB38B; }
span { border-color: rgb(187,179,139); }
td.TdClassName
{
border-color: #BBB38B;
}
.TagClassName
{
border-color: #BBB38B;
}
</style>