Shades of Coriander #B2B38A
Tints of Coriander #B2B38A
RGB
CMYK
RGB Variations
Color information
#B2B38A (or 0xB2B38A) is known color: Coriander. HEX triplet: B2, B3 and 8A. RGB value is (178,179,138). Sum of RGB (Red+Green+Blue) = 178+179+138=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B38A is #4D4C75. Grayscale: #AEAEAE. Windows color (decimal): -5065846 or 9089970. OLE color: 9089970.
HSL color Cylindrical-coordinate representation of color #B2B38A: hue angle of 61.46º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2B38A is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 138 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.30 |
| HSL | 61.46º | 0.21% | 0.62% | - |
| HSV(B) | 61.46º | 0.23% | 0.7% | - |
| XYZ | 39.07 | 43.54 | 30.39 | - |
| YUV | 174.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 138 | 0.01 | 0 | 0.23 | 0.30 | 61.46 | 0.21 | 0.62 |
| Hex | B2 | B3 | 8A | 1 | 0 | 17 | 1E | 3D | 15 | 3E |
| Octal | 262 | 263 | 212 | 1 | 0 | 27 | 36 | 75 | 25 | 76 |
| Binary | 10110010 | 10110011 | 10001010 | 1 | 0 | 10111 | 11110 | 111101 | 10101 | 111110 |
Color Harmonies of #B2B38A
Complementary color
Monochromatic Colors of #B2B38A
Black with #B2B38A
Text Example
Text Example
White with #B2B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B38A; }
p { color: rgb(178,179,138); }
H1.HeaderClassName
{
color: #B2B38A;
}
.AnyTagClassName
{
color: #B2B38A;
}
</style>
background-color css
<style>
a { background-color: #B2B38A; }
a { background-color: rgb(178,179,138); }
div.DivClassName
{
background-color: #B2B38A;
}
.BgClassName
{
background-color: #B2B38A;
}
</style>
border-color css
<style>
span { border-color: #B2B38A; }
span { border-color: rgb(178,179,138); }
td.TdClassName
{
border-color: #B2B38A;
}
.TagClassName
{
border-color: #B2B38A;
}
</style>