Shades of Bouquet #B789A0
Tints of Bouquet #B789A0
RGB
CMYK
RGB Variations
Color information
#B789A0 (or 0xB789A0) is known color: Bouquet. HEX triplet: B7, 89 and A0. RGB value is (183,137,160). Sum of RGB (Red+Green+Blue) = 183+137+160=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B789A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B789A0 is #48765F. Grayscale: #999999. Windows color (decimal): -4748896 or 10521015. OLE color: 10521015.
HSL color Cylindrical-coordinate representation of color #B789A0: hue angle of 330º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B789A0 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 160 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.28 |
| HSL | 330º | 0.24% | 0.63% | - |
| HSV(B) | 330º | 0.25% | 0.72% | - |
| XYZ | 34.82 | 30.5 | 37.31 | - |
| YUV | 153.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 160 | 0 | 0.25 | 0.13 | 0.28 | 330 | 0.24 | 0.63 |
| Hex | B7 | 89 | A0 | 0 | 19 | D | 1C | 14A | 18 | 3F |
| Octal | 267 | 211 | 240 | 0 | 31 | 15 | 34 | 512 | 30 | 77 |
| Binary | 10110111 | 10001001 | 10100000 | 0 | 11001 | 1101 | 11100 | 101001010 | 11000 | 111111 |
Color Harmonies of #B789A0
Complementary color
Monochromatic Colors of #B789A0
Black with #B789A0
Text Example
Text Example
White with #B789A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B789A0; }
p { color: rgb(183,137,160); }
H1.HeaderClassName
{
color: #B789A0;
}
.AnyTagClassName
{
color: #B789A0;
}
</style>
background-color css
<style>
a { background-color: #B789A0; }
a { background-color: rgb(183,137,160); }
div.DivClassName
{
background-color: #B789A0;
}
.BgClassName
{
background-color: #B789A0;
}
</style>
border-color css
<style>
span { border-color: #B789A0; }
span { border-color: rgb(183,137,160); }
td.TdClassName
{
border-color: #B789A0;
}
.TagClassName
{
border-color: #B789A0;
}
</style>