Shades of Coriander #BBB28D
Tints of Coriander #BBB28D
RGB
CMYK
RGB Variations
Color information
#BBB28D (or 0xBBB28D) is known color: Coriander. HEX triplet: BB, B2 and 8D. RGB value is (187,178,141). Sum of RGB (Red+Green+Blue) = 187+178+141=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB28D is #444D72. Grayscale: #B0B0B0. Windows color (decimal): -4476275 or 9286331. OLE color: 9286331.
HSL color Cylindrical-coordinate representation of color #BBB28D: hue angle of 48.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB28D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 141 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.27 |
| HSL | 48.26º | 0.25% | 0.64% | - |
| HSV(B) | 48.26º | 0.25% | 0.73% | - |
| XYZ | 41.22 | 44.33 | 31.58 | - |
| YUV | 176.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 141 | 0 | 0.05 | 0.25 | 0.27 | 48.26 | 0.25 | 0.64 |
| Hex | BB | B2 | 8D | 0 | 5 | 19 | 1B | 30 | 19 | 40 |
| Octal | 273 | 262 | 215 | 0 | 5 | 31 | 33 | 60 | 31 | 100 |
| Binary | 10111011 | 10110010 | 10001101 | 0 | 101 | 11001 | 11011 | 110000 | 11001 | 1000000 |
Color Harmonies of #BBB28D
Complementary color
Monochromatic Colors of #BBB28D
Black with #BBB28D
Text Example
Text Example
White with #BBB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB28D; }
p { color: rgb(187,178,141); }
H1.HeaderClassName
{
color: #BBB28D;
}
.AnyTagClassName
{
color: #BBB28D;
}
</style>
background-color css
<style>
a { background-color: #BBB28D; }
a { background-color: rgb(187,178,141); }
div.DivClassName
{
background-color: #BBB28D;
}
.BgClassName
{
background-color: #BBB28D;
}
</style>
border-color css
<style>
span { border-color: #BBB28D; }
span { border-color: rgb(187,178,141); }
td.TdClassName
{
border-color: #BBB28D;
}
.TagClassName
{
border-color: #BBB28D;
}
</style>