Shades of Bouquet #B389A5
Tints of Bouquet #B389A5
RGB
CMYK
RGB Variations
Color information
#B389A5 (or 0xB389A5) is known color: Bouquet. HEX triplet: B3, 89 and A5. RGB value is (179,137,165). Sum of RGB (Red+Green+Blue) = 179+137+165=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B389A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389A5 is #4C765A. Grayscale: #989898. Windows color (decimal): -5011035 or 10848691. OLE color: 10848691.
HSL color Cylindrical-coordinate representation of color #B389A5: hue angle of 320º 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 #B389A5 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 165 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.30 |
| HSL | 320º | 0.22% | 0.62% | - |
| HSV(B) | 320º | 0.23% | 0.7% | - |
| XYZ | 34.33 | 30.19 | 39.62 | - |
| YUV | 152.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 165 | 0 | 0.23 | 0.08 | 0.30 | 320 | 0.22 | 0.62 |
| Hex | B3 | 89 | A5 | 0 | 17 | 8 | 1E | 140 | 16 | 3E |
| Octal | 263 | 211 | 245 | 0 | 27 | 10 | 36 | 500 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10100101 | 0 | 10111 | 1000 | 11110 | 101000000 | 10110 | 111110 |
Color Harmonies of #B389A5
Complementary color
Monochromatic Colors of #B389A5
Black with #B389A5
Text Example
Text Example
White with #B389A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389A5; }
p { color: rgb(179,137,165); }
H1.HeaderClassName
{
color: #B389A5;
}
.AnyTagClassName
{
color: #B389A5;
}
</style>
background-color css
<style>
a { background-color: #B389A5; }
a { background-color: rgb(179,137,165); }
div.DivClassName
{
background-color: #B389A5;
}
.BgClassName
{
background-color: #B389A5;
}
</style>
border-color css
<style>
span { border-color: #B389A5; }
span { border-color: rgb(179,137,165); }
td.TdClassName
{
border-color: #B389A5;
}
.TagClassName
{
border-color: #B389A5;
}
</style>