Shades of Coriander #B4B08B
Tints of Coriander #B4B08B
RGB
CMYK
RGB Variations
Color information
#B4B08B (or 0xB4B08B) is known color: Coriander. HEX triplet: B4, B0 and 8B. RGB value is (180,176,139). Sum of RGB (Red+Green+Blue) = 180+176+139=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B08B is #4B4F74. Grayscale: #ADADAD. Windows color (decimal): -4935541 or 9154740. OLE color: 9154740.
HSL color Cylindrical-coordinate representation of color #B4B08B: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4B08B is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 139 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.29 |
| HSL | 54.15º | 0.21% | 0.63% | - |
| HSV(B) | 54.15º | 0.23% | 0.71% | - |
| XYZ | 39.01 | 42.62 | 30.6 | - |
| YUV | 172.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 139 | 0 | 0.02 | 0.23 | 0.29 | 54.15 | 0.21 | 0.63 |
| Hex | B4 | B0 | 8B | 0 | 2 | 17 | 1D | 36 | 15 | 3F |
| Octal | 264 | 260 | 213 | 0 | 2 | 27 | 35 | 66 | 25 | 77 |
| Binary | 10110100 | 10110000 | 10001011 | 0 | 10 | 10111 | 11101 | 110110 | 10101 | 111111 |
Color Harmonies of #B4B08B
Complementary color
Monochromatic Colors of #B4B08B
Black with #B4B08B
Text Example
Text Example
White with #B4B08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B08B; }
p { color: rgb(180,176,139); }
H1.HeaderClassName
{
color: #B4B08B;
}
.AnyTagClassName
{
color: #B4B08B;
}
</style>
background-color css
<style>
a { background-color: #B4B08B; }
a { background-color: rgb(180,176,139); }
div.DivClassName
{
background-color: #B4B08B;
}
.BgClassName
{
background-color: #B4B08B;
}
</style>
border-color css
<style>
span { border-color: #B4B08B; }
span { border-color: rgb(180,176,139); }
td.TdClassName
{
border-color: #B4B08B;
}
.TagClassName
{
border-color: #B4B08B;
}
</style>