Shades of Bouquet #B28CA0
Tints of Bouquet #B28CA0
RGB
CMYK
RGB Variations
Color information
#B28CA0 (or 0xB28CA0) is known color: Bouquet. HEX triplet: B2, 8C and A0. RGB value is (178,140,160). Sum of RGB (Red+Green+Blue) = 178+140+160=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA0 is #4D735F. Grayscale: #999999. Windows color (decimal): -5075808 or 10521778. OLE color: 10521778.
HSL color Cylindrical-coordinate representation of color #B28CA0: hue angle of 328.42º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28CA0 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 160 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.30 |
| HSL | 328.42º | 0.2% | 0.62% | - |
| HSV(B) | 328.42º | 0.21% | 0.7% | - |
| XYZ | 34.08 | 30.76 | 37.4 | - |
| YUV | 153.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 160 | 0 | 0.21 | 0.10 | 0.30 | 328.42 | 0.2 | 0.62 |
| Hex | B2 | 8C | A0 | 0 | 15 | A | 1E | 148 | 14 | 3E |
| Octal | 262 | 214 | 240 | 0 | 25 | 12 | 36 | 510 | 24 | 76 |
| Binary | 10110010 | 10001100 | 10100000 | 0 | 10101 | 1010 | 11110 | 101001000 | 10100 | 111110 |
Color Harmonies of #B28CA0
Complementary color
Monochromatic Colors of #B28CA0
Black with #B28CA0
Text Example
Text Example
White with #B28CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CA0; }
p { color: rgb(178,140,160); }
H1.HeaderClassName
{
color: #B28CA0;
}
.AnyTagClassName
{
color: #B28CA0;
}
</style>
background-color css
<style>
a { background-color: #B28CA0; }
a { background-color: rgb(178,140,160); }
div.DivClassName
{
background-color: #B28CA0;
}
.BgClassName
{
background-color: #B28CA0;
}
</style>
border-color css
<style>
span { border-color: #B28CA0; }
span { border-color: rgb(178,140,160); }
td.TdClassName
{
border-color: #B28CA0;
}
.TagClassName
{
border-color: #B28CA0;
}
</style>