Shades of Coriander #B4AF8C
Tints of Coriander #B4AF8C
RGB
CMYK
RGB Variations
Color information
#B4AF8C (or 0xB4AF8C) is known color: Coriander. HEX triplet: B4, AF and 8C. RGB value is (180,175,140). Sum of RGB (Red+Green+Blue) = 180+175+140=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF8C is #4B5073. Grayscale: #ACACAC. Windows color (decimal): -4935796 or 9220020. OLE color: 9220020.
HSL color Cylindrical-coordinate representation of color #B4AF8C: hue angle of 52.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AF8C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 175 | 140 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.29 |
| HSL | 52.5º | 0.21% | 0.63% | - |
| HSV(B) | 52.5º | 0.22% | 0.71% | - |
| XYZ | 38.89 | 42.26 | 30.92 | - |
| YUV | 172.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 140 | 0 | 0.03 | 0.22 | 0.29 | 52.5 | 0.21 | 0.63 |
| Hex | B4 | AF | 8C | 0 | 3 | 16 | 1D | 34 | 15 | 3F |
| Octal | 264 | 257 | 214 | 0 | 3 | 26 | 35 | 64 | 25 | 77 |
| Binary | 10110100 | 10101111 | 10001100 | 0 | 11 | 10110 | 11101 | 110100 | 10101 | 111111 |
Color Harmonies of #B4AF8C
Complementary color
Monochromatic Colors of #B4AF8C
Black with #B4AF8C
Text Example
Text Example
White with #B4AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AF8C; }
p { color: rgb(180,175,140); }
H1.HeaderClassName
{
color: #B4AF8C;
}
.AnyTagClassName
{
color: #B4AF8C;
}
</style>
background-color css
<style>
a { background-color: #B4AF8C; }
a { background-color: rgb(180,175,140); }
div.DivClassName
{
background-color: #B4AF8C;
}
.BgClassName
{
background-color: #B4AF8C;
}
</style>
border-color css
<style>
span { border-color: #B4AF8C; }
span { border-color: rgb(180,175,140); }
td.TdClassName
{
border-color: #B4AF8C;
}
.TagClassName
{
border-color: #B4AF8C;
}
</style>