Shades of Coriander #BBB48C
Tints of Coriander #BBB48C
RGB
CMYK
RGB Variations
Color information
#BBB48C (or 0xBBB48C) is known color: Coriander. HEX triplet: BB, B4 and 8C. RGB value is (187,180,140). Sum of RGB (Red+Green+Blue) = 187+180+140=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48C is #444B73. Grayscale: #B1B1B1. Windows color (decimal): -4475764 or 9221307. OLE color: 9221307.
HSL color Cylindrical-coordinate representation of color #BBB48C: hue angle of 51.06º degrees, saturation: 0.26, 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 #BBB48C is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 140 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.27 |
| HSL | 51.06º | 0.26% | 0.64% | - |
| HSV(B) | 51.06º | 0.25% | 0.73% | - |
| XYZ | 41.55 | 45.1 | 31.33 | - |
| YUV | 177.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 140 | 0 | 0.04 | 0.25 | 0.27 | 51.06 | 0.26 | 0.64 |
| Hex | BB | B4 | 8C | 0 | 4 | 19 | 1B | 33 | 1A | 40 |
| Octal | 273 | 264 | 214 | 0 | 4 | 31 | 33 | 63 | 32 | 100 |
| Binary | 10111011 | 10110100 | 10001100 | 0 | 100 | 11001 | 11011 | 110011 | 11010 | 1000000 |
Color Harmonies of #BBB48C
Complementary color
Monochromatic Colors of #BBB48C
Black with #BBB48C
Text Example
Text Example
White with #BBB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB48C; }
p { color: rgb(187,180,140); }
H1.HeaderClassName
{
color: #BBB48C;
}
.AnyTagClassName
{
color: #BBB48C;
}
</style>
background-color css
<style>
a { background-color: #BBB48C; }
a { background-color: rgb(187,180,140); }
div.DivClassName
{
background-color: #BBB48C;
}
.BgClassName
{
background-color: #BBB48C;
}
</style>
border-color css
<style>
span { border-color: #BBB48C; }
span { border-color: rgb(187,180,140); }
td.TdClassName
{
border-color: #BBB48C;
}
.TagClassName
{
border-color: #BBB48C;
}
</style>