Shades of Coriander #B3B08C
Tints of Coriander #B3B08C
RGB
CMYK
RGB Variations
Color information
#B3B08C (or 0xB3B08C) is known color: Coriander. HEX triplet: B3, B0 and 8C. RGB value is (179,176,140). Sum of RGB (Red+Green+Blue) = 179+176+140=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B08C is #4C4F73. Grayscale: #ACACAC. Windows color (decimal): -5001076 or 9220275. OLE color: 9220275.
HSL color Cylindrical-coordinate representation of color #B3B08C: hue angle of 55.38º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3B08C is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 140 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.30 |
| HSL | 55.38º | 0.2% | 0.63% | - |
| HSV(B) | 55.38º | 0.22% | 0.7% | - |
| XYZ | 38.85 | 42.53 | 30.97 | - |
| YUV | 172.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 140 | 0 | 0.02 | 0.22 | 0.30 | 55.38 | 0.2 | 0.63 |
| Hex | B3 | B0 | 8C | 0 | 2 | 16 | 1E | 37 | 14 | 3F |
| Octal | 263 | 260 | 214 | 0 | 2 | 26 | 36 | 67 | 24 | 77 |
| Binary | 10110011 | 10110000 | 10001100 | 0 | 10 | 10110 | 11110 | 110111 | 10100 | 111111 |
Color Harmonies of #B3B08C
Complementary color
Monochromatic Colors of #B3B08C
Black with #B3B08C
Text Example
Text Example
White with #B3B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B08C; }
p { color: rgb(179,176,140); }
H1.HeaderClassName
{
color: #B3B08C;
}
.AnyTagClassName
{
color: #B3B08C;
}
</style>
background-color css
<style>
a { background-color: #B3B08C; }
a { background-color: rgb(179,176,140); }
div.DivClassName
{
background-color: #B3B08C;
}
.BgClassName
{
background-color: #B3B08C;
}
</style>
border-color css
<style>
span { border-color: #B3B08C; }
span { border-color: rgb(179,176,140); }
td.TdClassName
{
border-color: #B3B08C;
}
.TagClassName
{
border-color: #B3B08C;
}
</style>