Shades of Coriander #BFBB96
Tints of Coriander #BFBB96
RGB
CMYK
RGB Variations
Color information
#BFBB96 (or 0xBFBB96) is known color: Coriander. HEX triplet: BF, BB and 96. RGB value is (191,187,150). Sum of RGB (Red+Green+Blue) = 191+187+150=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB96 is #404469. Grayscale: #B8B8B8. Windows color (decimal): -4211818 or 9878463. OLE color: 9878463.
HSL color Cylindrical-coordinate representation of color #BFBB96: hue angle of 54.15º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBB96 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 150 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.25 |
| HSL | 54.15º | 0.24% | 0.67% | - |
| HSV(B) | 54.15º | 0.21% | 0.75% | - |
| XYZ | 44.76 | 48.82 | 35.92 | - |
| YUV | 183.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 150 | 0 | 0.02 | 0.21 | 0.25 | 54.15 | 0.24 | 0.67 |
| Hex | BF | BB | 96 | 0 | 2 | 15 | 19 | 36 | 18 | 43 |
| Octal | 277 | 273 | 226 | 0 | 2 | 25 | 31 | 66 | 30 | 103 |
| Binary | 10111111 | 10111011 | 10010110 | 0 | 10 | 10101 | 11001 | 110110 | 11000 | 1000011 |
Color Harmonies of #BFBB96
Complementary color
Monochromatic Colors of #BFBB96
Black with #BFBB96
Text Example
Text Example
White with #BFBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB96; }
p { color: rgb(191,187,150); }
H1.HeaderClassName
{
color: #BFBB96;
}
.AnyTagClassName
{
color: #BFBB96;
}
</style>
background-color css
<style>
a { background-color: #BFBB96; }
a { background-color: rgb(191,187,150); }
div.DivClassName
{
background-color: #BFBB96;
}
.BgClassName
{
background-color: #BFBB96;
}
</style>
border-color css
<style>
span { border-color: #BFBB96; }
span { border-color: rgb(191,187,150); }
td.TdClassName
{
border-color: #BFBB96;
}
.TagClassName
{
border-color: #BFBB96;
}
</style>