Shades of Coriander #BBB68A
Tints of Coriander #BBB68A
RGB
CMYK
RGB Variations
Color information
#BBB68A (or 0xBBB68A) is known color: Coriander. HEX triplet: BB, B6 and 8A. RGB value is (187,182,138). Sum of RGB (Red+Green+Blue) = 187+182+138=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB68A is #444975. Grayscale: #B2B2B2. Windows color (decimal): -4475254 or 9090747. OLE color: 9090747.
HSL color Cylindrical-coordinate representation of color #BBB68A: hue angle of 53.88º 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 #BBB68A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 138 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.27 |
| HSL | 53.88º | 0.26% | 0.64% | - |
| HSV(B) | 53.88º | 0.26% | 0.73% | - |
| XYZ | 41.81 | 45.86 | 30.69 | - |
| YUV | 178.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 138 | 0 | 0.03 | 0.26 | 0.27 | 53.88 | 0.26 | 0.64 |
| Hex | BB | B6 | 8A | 0 | 3 | 1A | 1B | 36 | 1A | 40 |
| Octal | 273 | 266 | 212 | 0 | 3 | 32 | 33 | 66 | 32 | 100 |
| Binary | 10111011 | 10110110 | 10001010 | 0 | 11 | 11010 | 11011 | 110110 | 11010 | 1000000 |
Color Harmonies of #BBB68A
Complementary color
Monochromatic Colors of #BBB68A
Black with #BBB68A
Text Example
Text Example
White with #BBB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB68A; }
p { color: rgb(187,182,138); }
H1.HeaderClassName
{
color: #BBB68A;
}
.AnyTagClassName
{
color: #BBB68A;
}
</style>
background-color css
<style>
a { background-color: #BBB68A; }
a { background-color: rgb(187,182,138); }
div.DivClassName
{
background-color: #BBB68A;
}
.BgClassName
{
background-color: #BBB68A;
}
</style>
border-color css
<style>
span { border-color: #BBB68A; }
span { border-color: rgb(187,182,138); }
td.TdClassName
{
border-color: #BBB68A;
}
.TagClassName
{
border-color: #BBB68A;
}
</style>