Shades of Coriander #B5B17F
Tints of Coriander #B5B17F
RGB
CMYK
RGB Variations
Color information
#B5B17F (or 0xB5B17F) is known color: Coriander. HEX triplet: B5, B1 and 7F. RGB value is (181,177,127). Sum of RGB (Red+Green+Blue) = 181+177+127=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B17F is #4A4E80. Grayscale: #ACACAC. Windows color (decimal): -4869761 or 8368565. OLE color: 8368565.
HSL color Cylindrical-coordinate representation of color #B5B17F: hue angle of 55.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5B17F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 127 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.29 |
| HSL | 55.56º | 0.27% | 0.6% | - |
| HSV(B) | 55.56º | 0.3% | 0.71% | - |
| XYZ | 38.61 | 42.8 | 26.31 | - |
| YUV | 172.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 127 | 0 | 0.02 | 0.30 | 0.29 | 55.56 | 0.27 | 0.6 |
| Hex | B5 | B1 | 7F | 0 | 2 | 1E | 1D | 38 | 1B | 3C |
| Octal | 265 | 261 | 177 | 0 | 2 | 36 | 35 | 70 | 33 | 74 |
| Binary | 10110101 | 10110001 | 1111111 | 0 | 10 | 11110 | 11101 | 111000 | 11011 | 111100 |
Color Harmonies of #B5B17F
Complementary color
Monochromatic Colors of #B5B17F
Black with #B5B17F
Text Example
Text Example
White with #B5B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B17F; }
p { color: rgb(181,177,127); }
H1.HeaderClassName
{
color: #B5B17F;
}
.AnyTagClassName
{
color: #B5B17F;
}
</style>
background-color css
<style>
a { background-color: #B5B17F; }
a { background-color: rgb(181,177,127); }
div.DivClassName
{
background-color: #B5B17F;
}
.BgClassName
{
background-color: #B5B17F;
}
</style>
border-color css
<style>
span { border-color: #B5B17F; }
span { border-color: rgb(181,177,127); }
td.TdClassName
{
border-color: #B5B17F;
}
.TagClassName
{
border-color: #B5B17F;
}
</style>