Shades of Bouquet #B389A6
Tints of Bouquet #B389A6
RGB
CMYK
RGB Variations
Color information
#B389A6 (or 0xB389A6) is known color: Bouquet. HEX triplet: B3, 89 and A6. RGB value is (179,137,166). Sum of RGB (Red+Green+Blue) = 179+137+166=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B389A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389A6 is #4C7659. Grayscale: #989898. Windows color (decimal): -5011034 or 10914227. OLE color: 10914227.
HSL color Cylindrical-coordinate representation of color #B389A6: hue angle of 318.57º 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 #B389A6 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 166 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.30 |
| HSL | 318.57º | 0.22% | 0.62% | - |
| HSV(B) | 318.57º | 0.23% | 0.7% | - |
| XYZ | 34.42 | 30.23 | 40.1 | - |
| YUV | 152.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 166 | 0 | 0.23 | 0.07 | 0.30 | 318.57 | 0.22 | 0.62 |
| Hex | B3 | 89 | A6 | 0 | 17 | 7 | 1E | 13F | 16 | 3E |
| Octal | 263 | 211 | 246 | 0 | 27 | 7 | 36 | 477 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10100110 | 0 | 10111 | 111 | 11110 | 100111111 | 10110 | 111110 |
Color Harmonies of #B389A6
Complementary color
Monochromatic Colors of #B389A6
Black with #B389A6
Text Example
Text Example
White with #B389A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389A6; }
p { color: rgb(179,137,166); }
H1.HeaderClassName
{
color: #B389A6;
}
.AnyTagClassName
{
color: #B389A6;
}
</style>
background-color css
<style>
a { background-color: #B389A6; }
a { background-color: rgb(179,137,166); }
div.DivClassName
{
background-color: #B389A6;
}
.BgClassName
{
background-color: #B389A6;
}
</style>
border-color css
<style>
span { border-color: #B389A6; }
span { border-color: rgb(179,137,166); }
td.TdClassName
{
border-color: #B389A6;
}
.TagClassName
{
border-color: #B389A6;
}
</style>