Shades of Bouquet #B389A2
Tints of Bouquet #B389A2
RGB
CMYK
RGB Variations
Color information
#B389A2 (or 0xB389A2) is known color: Bouquet. HEX triplet: B3, 89 and A2. RGB value is (179,137,162). Sum of RGB (Red+Green+Blue) = 179+137+162=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B389A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389A2 is #4C765D. Grayscale: #989898. Windows color (decimal): -5011038 or 10652083. OLE color: 10652083.
HSL color Cylindrical-coordinate representation of color #B389A2: hue angle of 324.29º 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 #B389A2 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 162 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.30 |
| HSL | 324.29º | 0.22% | 0.62% | - |
| HSV(B) | 324.29º | 0.23% | 0.7% | - |
| XYZ | 34.06 | 30.08 | 38.19 | - |
| YUV | 152.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 162 | 0 | 0.23 | 0.09 | 0.30 | 324.29 | 0.22 | 0.62 |
| Hex | B3 | 89 | A2 | 0 | 17 | 9 | 1E | 144 | 16 | 3E |
| Octal | 263 | 211 | 242 | 0 | 27 | 11 | 36 | 504 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10100010 | 0 | 10111 | 1001 | 11110 | 101000100 | 10110 | 111110 |
Color Harmonies of #B389A2
Complementary color
Monochromatic Colors of #B389A2
Black with #B389A2
Text Example
Text Example
White with #B389A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389A2; }
p { color: rgb(179,137,162); }
H1.HeaderClassName
{
color: #B389A2;
}
.AnyTagClassName
{
color: #B389A2;
}
</style>
background-color css
<style>
a { background-color: #B389A2; }
a { background-color: rgb(179,137,162); }
div.DivClassName
{
background-color: #B389A2;
}
.BgClassName
{
background-color: #B389A2;
}
</style>
border-color css
<style>
span { border-color: #B389A2; }
span { border-color: rgb(179,137,162); }
td.TdClassName
{
border-color: #B389A2;
}
.TagClassName
{
border-color: #B389A2;
}
</style>