Shades of Coriander #BFBB92
Tints of Coriander #BFBB92
RGB
CMYK
RGB Variations
Color information
#BFBB92 (or 0xBFBB92) is known color: Coriander. HEX triplet: BF, BB and 92. RGB value is (191,187,146). Sum of RGB (Red+Green+Blue) = 191+187+146=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB92 is #40446D. Grayscale: #B7B7B7. Windows color (decimal): -4211822 or 9616319. OLE color: 9616319.
HSL color Cylindrical-coordinate representation of color #BFBB92: hue angle of 54.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFBB92 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 146 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.25 |
| HSL | 54.67º | 0.26% | 0.66% | - |
| HSV(B) | 54.67º | 0.24% | 0.75% | - |
| XYZ | 44.44 | 48.69 | 34.25 | - |
| YUV | 183.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 146 | 0 | 0.02 | 0.24 | 0.25 | 54.67 | 0.26 | 0.66 |
| Hex | BF | BB | 92 | 0 | 2 | 18 | 19 | 37 | 1A | 42 |
| Octal | 277 | 273 | 222 | 0 | 2 | 30 | 31 | 67 | 32 | 102 |
| Binary | 10111111 | 10111011 | 10010010 | 0 | 10 | 11000 | 11001 | 110111 | 11010 | 1000010 |
Color Harmonies of #BFBB92
Complementary color
Monochromatic Colors of #BFBB92
Black with #BFBB92
Text Example
Text Example
White with #BFBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB92; }
p { color: rgb(191,187,146); }
H1.HeaderClassName
{
color: #BFBB92;
}
.AnyTagClassName
{
color: #BFBB92;
}
</style>
background-color css
<style>
a { background-color: #BFBB92; }
a { background-color: rgb(191,187,146); }
div.DivClassName
{
background-color: #BFBB92;
}
.BgClassName
{
background-color: #BFBB92;
}
</style>
border-color css
<style>
span { border-color: #BFBB92; }
span { border-color: rgb(191,187,146); }
td.TdClassName
{
border-color: #BFBB92;
}
.TagClassName
{
border-color: #BFBB92;
}
</style>