Shades of Bouquet #B389A3
Tints of Bouquet #B389A3
RGB
CMYK
RGB Variations
Color information
#B389A3 (or 0xB389A3) is known color: Bouquet. HEX triplet: B3, 89 and A3. RGB value is (179,137,163). Sum of RGB (Red+Green+Blue) = 179+137+163=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B389A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389A3 is #4C765C. Grayscale: #989898. Windows color (decimal): -5011037 or 10717619. OLE color: 10717619.
HSL color Cylindrical-coordinate representation of color #B389A3: hue angle of 322.86º degrees, saturation: 0.22, 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 #B389A3 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 163 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.30 |
| HSL | 322.86º | 0.22% | 0.62% | - |
| HSV(B) | 322.86º | 0.23% | 0.7% | - |
| XYZ | 34.15 | 30.12 | 38.66 | - |
| YUV | 152.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 163 | 0 | 0.23 | 0.09 | 0.30 | 322.86 | 0.22 | 0.62 |
| Hex | B3 | 89 | A3 | 0 | 17 | 9 | 1E | 143 | 16 | 3E |
| Octal | 263 | 211 | 243 | 0 | 27 | 11 | 36 | 503 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10100011 | 0 | 10111 | 1001 | 11110 | 101000011 | 10110 | 111110 |
Color Harmonies of #B389A3
Complementary color
Monochromatic Colors of #B389A3
Black with #B389A3
Text Example
Text Example
White with #B389A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389A3; }
p { color: rgb(179,137,163); }
H1.HeaderClassName
{
color: #B389A3;
}
.AnyTagClassName
{
color: #B389A3;
}
</style>
background-color css
<style>
a { background-color: #B389A3; }
a { background-color: rgb(179,137,163); }
div.DivClassName
{
background-color: #B389A3;
}
.BgClassName
{
background-color: #B389A3;
}
</style>
border-color css
<style>
span { border-color: #B389A3; }
span { border-color: rgb(179,137,163); }
td.TdClassName
{
border-color: #B389A3;
}
.TagClassName
{
border-color: #B389A3;
}
</style>