Shades of Bouquet #B589A4
Tints of Bouquet #B589A4
RGB
CMYK
RGB Variations
Color information
#B589A4 (or 0xB589A4) is known color: Bouquet. HEX triplet: B5, 89 and A4. RGB value is (181,137,164). Sum of RGB (Red+Green+Blue) = 181+137+164=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B589A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589A4 is #4A765B. Grayscale: #999999. Windows color (decimal): -4879964 or 10783157. OLE color: 10783157.
HSL color Cylindrical-coordinate representation of color #B589A4: hue angle of 323.18º 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 #B589A4 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 164 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.29 |
| HSL | 323.18º | 0.23% | 0.62% | - |
| HSV(B) | 323.18º | 0.24% | 0.71% | - |
| XYZ | 34.7 | 30.4 | 39.16 | - |
| YUV | 153.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 164 | 0 | 0.24 | 0.09 | 0.29 | 323.18 | 0.23 | 0.62 |
| Hex | B5 | 89 | A4 | 0 | 18 | 9 | 1D | 143 | 17 | 3E |
| Octal | 265 | 211 | 244 | 0 | 30 | 11 | 35 | 503 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10100100 | 0 | 11000 | 1001 | 11101 | 101000011 | 10111 | 111110 |
Color Harmonies of #B589A4
Complementary color
Monochromatic Colors of #B589A4
Black with #B589A4
Text Example
Text Example
White with #B589A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589A4; }
p { color: rgb(181,137,164); }
H1.HeaderClassName
{
color: #B589A4;
}
.AnyTagClassName
{
color: #B589A4;
}
</style>
background-color css
<style>
a { background-color: #B589A4; }
a { background-color: rgb(181,137,164); }
div.DivClassName
{
background-color: #B589A4;
}
.BgClassName
{
background-color: #B589A4;
}
</style>
border-color css
<style>
span { border-color: #B589A4; }
span { border-color: rgb(181,137,164); }
td.TdClassName
{
border-color: #B589A4;
}
.TagClassName
{
border-color: #B589A4;
}
</style>