Shades of Coriander #BBB38A
Tints of Coriander #BBB38A
RGB
CMYK
RGB Variations
Color information
#BBB38A (or 0xBBB38A) is known color: Coriander. HEX triplet: BB, B3 and 8A. RGB value is (187,179,138). Sum of RGB (Red+Green+Blue) = 187+179+138=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB38A is #444C75. Grayscale: #B0B0B0. Windows color (decimal): -4476022 or 9089979. OLE color: 9089979.
HSL color Cylindrical-coordinate representation of color #BBB38A: hue angle of 50.2º 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 #BBB38A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 138 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.27 |
| HSL | 50.2º | 0.26% | 0.64% | - |
| HSV(B) | 50.2º | 0.26% | 0.73% | - |
| XYZ | 41.2 | 44.64 | 30.49 | - |
| YUV | 176.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 138 | 0 | 0.04 | 0.26 | 0.27 | 50.2 | 0.26 | 0.64 |
| Hex | BB | B3 | 8A | 0 | 4 | 1A | 1B | 32 | 1A | 40 |
| Octal | 273 | 263 | 212 | 0 | 4 | 32 | 33 | 62 | 32 | 100 |
| Binary | 10111011 | 10110011 | 10001010 | 0 | 100 | 11010 | 11011 | 110010 | 11010 | 1000000 |
Color Harmonies of #BBB38A
Complementary color
Monochromatic Colors of #BBB38A
Black with #BBB38A
Text Example
Text Example
White with #BBB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB38A; }
p { color: rgb(187,179,138); }
H1.HeaderClassName
{
color: #BBB38A;
}
.AnyTagClassName
{
color: #BBB38A;
}
</style>
background-color css
<style>
a { background-color: #BBB38A; }
a { background-color: rgb(187,179,138); }
div.DivClassName
{
background-color: #BBB38A;
}
.BgClassName
{
background-color: #BBB38A;
}
</style>
border-color css
<style>
span { border-color: #BBB38A; }
span { border-color: rgb(187,179,138); }
td.TdClassName
{
border-color: #BBB38A;
}
.TagClassName
{
border-color: #BBB38A;
}
</style>