Shades of Coriander #BBB483
Tints of Coriander #BBB483
RGB
CMYK
RGB Variations
Color information
#BBB483 (or 0xBBB483) is known color: Coriander. HEX triplet: BB, B4 and 83. RGB value is (187,180,131). Sum of RGB (Red+Green+Blue) = 187+180+131=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB483 is #444B7C. Grayscale: #B0B0B0. Windows color (decimal): -4475773 or 8631483. OLE color: 8631483.
HSL color Cylindrical-coordinate representation of color #BBB483: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB483 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 131 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.27 |
| HSL | 52.5º | 0.29% | 0.62% | - |
| HSV(B) | 52.5º | 0.3% | 0.73% | - |
| XYZ | 40.91 | 44.85 | 27.97 | - |
| YUV | 176.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 131 | 0 | 0.04 | 0.30 | 0.27 | 52.5 | 0.29 | 0.62 |
| Hex | BB | B4 | 83 | 0 | 4 | 1E | 1B | 34 | 1D | 3E |
| Octal | 273 | 264 | 203 | 0 | 4 | 36 | 33 | 64 | 35 | 76 |
| Binary | 10111011 | 10110100 | 10000011 | 0 | 100 | 11110 | 11011 | 110100 | 11101 | 111110 |
Color Harmonies of #BBB483
Complementary color
Monochromatic Colors of #BBB483
Black with #BBB483
Text Example
Text Example
White with #BBB483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB483; }
p { color: rgb(187,180,131); }
H1.HeaderClassName
{
color: #BBB483;
}
.AnyTagClassName
{
color: #BBB483;
}
</style>
background-color css
<style>
a { background-color: #BBB483; }
a { background-color: rgb(187,180,131); }
div.DivClassName
{
background-color: #BBB483;
}
.BgClassName
{
background-color: #BBB483;
}
</style>
border-color css
<style>
span { border-color: #BBB483; }
span { border-color: rgb(187,180,131); }
td.TdClassName
{
border-color: #BBB483;
}
.TagClassName
{
border-color: #BBB483;
}
</style>