Shades of Coriander #B3B28A
Tints of Coriander #B3B28A
RGB
CMYK
RGB Variations
Color information
#B3B28A (or 0xB3B28A) is known color: Coriander. HEX triplet: B3, B2 and 8A. RGB value is (179,178,138). Sum of RGB (Red+Green+Blue) = 179+178+138=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B28A is #4C4D75. Grayscale: #ADADAD. Windows color (decimal): -5000566 or 9089715. OLE color: 9089715.
HSL color Cylindrical-coordinate representation of color #B3B28A: hue angle of 58.54º 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 #B3B28A is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 138 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.30 |
| HSL | 58.54º | 0.21% | 0.62% | - |
| HSV(B) | 58.54º | 0.23% | 0.7% | - |
| XYZ | 39.1 | 43.26 | 30.33 | - |
| YUV | 173.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 138 | 0 | 0.01 | 0.23 | 0.30 | 58.54 | 0.21 | 0.62 |
| Hex | B3 | B2 | 8A | 0 | 1 | 17 | 1E | 3B | 15 | 3E |
| Octal | 263 | 262 | 212 | 0 | 1 | 27 | 36 | 73 | 25 | 76 |
| Binary | 10110011 | 10110010 | 10001010 | 0 | 1 | 10111 | 11110 | 111011 | 10101 | 111110 |
Color Harmonies of #B3B28A
Complementary color
Monochromatic Colors of #B3B28A
Black with #B3B28A
Text Example
Text Example
White with #B3B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B28A; }
p { color: rgb(179,178,138); }
H1.HeaderClassName
{
color: #B3B28A;
}
.AnyTagClassName
{
color: #B3B28A;
}
</style>
background-color css
<style>
a { background-color: #B3B28A; }
a { background-color: rgb(179,178,138); }
div.DivClassName
{
background-color: #B3B28A;
}
.BgClassName
{
background-color: #B3B28A;
}
</style>
border-color css
<style>
span { border-color: #B3B28A; }
span { border-color: rgb(179,178,138); }
td.TdClassName
{
border-color: #B3B28A;
}
.TagClassName
{
border-color: #B3B28A;
}
</style>