Shades of Bouquet #B589A2
Tints of Bouquet #B589A2
RGB
CMYK
RGB Variations
Color information
#B589A2 (or 0xB589A2) is known color: Bouquet. HEX triplet: B5, 89 and A2. RGB value is (181,137,162). Sum of RGB (Red+Green+Blue) = 181+137+162=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B589A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589A2 is #4A765D. Grayscale: #989898. Windows color (decimal): -4879966 or 10652085. OLE color: 10652085.
HSL color Cylindrical-coordinate representation of color #B589A2: hue angle of 325.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B589A2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 162 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.29 |
| HSL | 325.91º | 0.23% | 0.62% | - |
| HSV(B) | 325.91º | 0.24% | 0.71% | - |
| XYZ | 34.52 | 30.32 | 38.22 | - |
| YUV | 153.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 162 | 0 | 0.24 | 0.10 | 0.29 | 325.91 | 0.23 | 0.62 |
| Hex | B5 | 89 | A2 | 0 | 18 | A | 1D | 146 | 17 | 3E |
| Octal | 265 | 211 | 242 | 0 | 30 | 12 | 35 | 506 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10100010 | 0 | 11000 | 1010 | 11101 | 101000110 | 10111 | 111110 |
Color Harmonies of #B589A2
Complementary color
Monochromatic Colors of #B589A2
Black with #B589A2
Text Example
Text Example
White with #B589A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589A2; }
p { color: rgb(181,137,162); }
H1.HeaderClassName
{
color: #B589A2;
}
.AnyTagClassName
{
color: #B589A2;
}
</style>
background-color css
<style>
a { background-color: #B589A2; }
a { background-color: rgb(181,137,162); }
div.DivClassName
{
background-color: #B589A2;
}
.BgClassName
{
background-color: #B589A2;
}
</style>
border-color css
<style>
span { border-color: #B589A2; }
span { border-color: rgb(181,137,162); }
td.TdClassName
{
border-color: #B589A2;
}
.TagClassName
{
border-color: #B589A2;
}
</style>