Shades of Coriander #B6B17F
Tints of Coriander #B6B17F
RGB
CMYK
RGB Variations
Color information
#B6B17F (or 0xB6B17F) is known color: Coriander. HEX triplet: B6, B1 and 7F. RGB value is (182,177,127). Sum of RGB (Red+Green+Blue) = 182+177+127=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B17F is #494E80. Grayscale: #ADADAD. Windows color (decimal): -4804225 or 8368566. OLE color: 8368566.
HSL color Cylindrical-coordinate representation of color #B6B17F: hue angle of 54.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B17F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 177 | 127 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.29 |
| HSL | 54.55º | 0.27% | 0.61% | - |
| HSV(B) | 54.55º | 0.3% | 0.71% | - |
| XYZ | 38.84 | 42.92 | 26.32 | - |
| YUV | 172.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 127 | 0 | 0.03 | 0.30 | 0.29 | 54.55 | 0.27 | 0.61 |
| Hex | B6 | B1 | 7F | 0 | 3 | 1E | 1D | 37 | 1B | 3D |
| Octal | 266 | 261 | 177 | 0 | 3 | 36 | 35 | 67 | 33 | 75 |
| Binary | 10110110 | 10110001 | 1111111 | 0 | 11 | 11110 | 11101 | 110111 | 11011 | 111101 |
Color Harmonies of #B6B17F
Complementary color
Monochromatic Colors of #B6B17F
Black with #B6B17F
Text Example
Text Example
White with #B6B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B17F; }
p { color: rgb(182,177,127); }
H1.HeaderClassName
{
color: #B6B17F;
}
.AnyTagClassName
{
color: #B6B17F;
}
</style>
background-color css
<style>
a { background-color: #B6B17F; }
a { background-color: rgb(182,177,127); }
div.DivClassName
{
background-color: #B6B17F;
}
.BgClassName
{
background-color: #B6B17F;
}
</style>
border-color css
<style>
span { border-color: #B6B17F; }
span { border-color: rgb(182,177,127); }
td.TdClassName
{
border-color: #B6B17F;
}
.TagClassName
{
border-color: #B6B17F;
}
</style>