Shades of Coriander #B1B28A
Tints of Coriander #B1B28A
RGB
CMYK
RGB Variations
Color information
#B1B28A (or 0xB1B28A) is known color: Coriander. HEX triplet: B1, B2 and 8A. RGB value is (177,178,138). Sum of RGB (Red+Green+Blue) = 177+178+138=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B28A is #4E4D75. Grayscale: #ADADAD. Windows color (decimal): -5131638 or 9089713. OLE color: 9089713.
HSL color Cylindrical-coordinate representation of color #B1B28A: hue angle of 61.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1B28A is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 178 | 138 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.30 |
| HSL | 61.5º | 0.21% | 0.62% | - |
| HSV(B) | 61.5º | 0.22% | 0.7% | - |
| XYZ | 38.64 | 43.02 | 30.31 | - |
| YUV | 173.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 178 | 138 | 0.01 | 0 | 0.22 | 0.30 | 61.5 | 0.21 | 0.62 |
| Hex | B1 | B2 | 8A | 1 | 0 | 16 | 1E | 3E | 15 | 3E |
| Octal | 261 | 262 | 212 | 1 | 0 | 26 | 36 | 76 | 25 | 76 |
| Binary | 10110001 | 10110010 | 10001010 | 1 | 0 | 10110 | 11110 | 111110 | 10101 | 111110 |
Color Harmonies of #B1B28A
Complementary color
Monochromatic Colors of #B1B28A
Black with #B1B28A
Text Example
Text Example
White with #B1B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B28A; }
p { color: rgb(177,178,138); }
H1.HeaderClassName
{
color: #B1B28A;
}
.AnyTagClassName
{
color: #B1B28A;
}
</style>
background-color css
<style>
a { background-color: #B1B28A; }
a { background-color: rgb(177,178,138); }
div.DivClassName
{
background-color: #B1B28A;
}
.BgClassName
{
background-color: #B1B28A;
}
</style>
border-color css
<style>
span { border-color: #B1B28A; }
span { border-color: rgb(177,178,138); }
td.TdClassName
{
border-color: #B1B28A;
}
.TagClassName
{
border-color: #B1B28A;
}
</style>