Shades of Coriander #B1B08A
Tints of Coriander #B1B08A
RGB
CMYK
RGB Variations
Color information
#B1B08A (or 0xB1B08A) is known color: Coriander. HEX triplet: B1, B0 and 8A. RGB value is (177,176,138). Sum of RGB (Red+Green+Blue) = 177+176+138=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B08A is #4E4F75. Grayscale: #ACACAC. Windows color (decimal): -5132150 or 9089201. OLE color: 9089201.
HSL color Cylindrical-coordinate representation of color #B1B08A: hue angle of 58.46º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1B08A is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 138 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.31 |
| HSL | 58.46º | 0.2% | 0.62% | - |
| HSV(B) | 58.46º | 0.22% | 0.69% | - |
| XYZ | 38.24 | 42.23 | 30.18 | - |
| YUV | 171.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 138 | 0 | 0.01 | 0.22 | 0.31 | 58.46 | 0.2 | 0.62 |
| Hex | B1 | B0 | 8A | 0 | 1 | 16 | 1F | 3A | 14 | 3E |
| Octal | 261 | 260 | 212 | 0 | 1 | 26 | 37 | 72 | 24 | 76 |
| Binary | 10110001 | 10110000 | 10001010 | 0 | 1 | 10110 | 11111 | 111010 | 10100 | 111110 |
Color Harmonies of #B1B08A
Complementary color
Monochromatic Colors of #B1B08A
Black with #B1B08A
Text Example
Text Example
White with #B1B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B08A; }
p { color: rgb(177,176,138); }
H1.HeaderClassName
{
color: #B1B08A;
}
.AnyTagClassName
{
color: #B1B08A;
}
</style>
background-color css
<style>
a { background-color: #B1B08A; }
a { background-color: rgb(177,176,138); }
div.DivClassName
{
background-color: #B1B08A;
}
.BgClassName
{
background-color: #B1B08A;
}
</style>
border-color css
<style>
span { border-color: #B1B08A; }
span { border-color: rgb(177,176,138); }
td.TdClassName
{
border-color: #B1B08A;
}
.TagClassName
{
border-color: #B1B08A;
}
</style>