Shades of Coriander #BBB48A
Tints of Coriander #BBB48A
RGB
CMYK
RGB Variations
Color information
#BBB48A (or 0xBBB48A) is known color: Coriander. HEX triplet: BB, B4 and 8A. RGB value is (187,180,138). Sum of RGB (Red+Green+Blue) = 187+180+138=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48A is #444B75. Grayscale: #B1B1B1. Windows color (decimal): -4475766 or 9090235. OLE color: 9090235.
HSL color Cylindrical-coordinate representation of color #BBB48A: hue angle of 51.43º 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 #BBB48A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 138 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.27 |
| HSL | 51.43º | 0.26% | 0.64% | - |
| HSV(B) | 51.43º | 0.26% | 0.73% | - |
| XYZ | 41.4 | 45.04 | 30.56 | - |
| YUV | 177.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 138 | 0 | 0.04 | 0.26 | 0.27 | 51.43 | 0.26 | 0.64 |
| Hex | BB | B4 | 8A | 0 | 4 | 1A | 1B | 33 | 1A | 40 |
| Octal | 273 | 264 | 212 | 0 | 4 | 32 | 33 | 63 | 32 | 100 |
| Binary | 10111011 | 10110100 | 10001010 | 0 | 100 | 11010 | 11011 | 110011 | 11010 | 1000000 |
Color Harmonies of #BBB48A
Complementary color
Monochromatic Colors of #BBB48A
Black with #BBB48A
Text Example
Text Example
White with #BBB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB48A; }
p { color: rgb(187,180,138); }
H1.HeaderClassName
{
color: #BBB48A;
}
.AnyTagClassName
{
color: #BBB48A;
}
</style>
background-color css
<style>
a { background-color: #BBB48A; }
a { background-color: rgb(187,180,138); }
div.DivClassName
{
background-color: #BBB48A;
}
.BgClassName
{
background-color: #BBB48A;
}
</style>
border-color css
<style>
span { border-color: #BBB48A; }
span { border-color: rgb(187,180,138); }
td.TdClassName
{
border-color: #BBB48A;
}
.TagClassName
{
border-color: #BBB48A;
}
</style>