Shades of Bouquet #B789A5
Tints of Bouquet #B789A5
RGB
CMYK
RGB Variations
Color information
#B789A5 (or 0xB789A5) is known color: Bouquet. HEX triplet: B7, 89 and A5. RGB value is (183,137,165). Sum of RGB (Red+Green+Blue) = 183+137+165=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B789A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B789A5 is #48765A. Grayscale: #999999. Windows color (decimal): -4748891 or 10848695. OLE color: 10848695.
HSL color Cylindrical-coordinate representation of color #B789A5: hue angle of 323.48º 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 #B789A5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 165 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.28 |
| HSL | 323.48º | 0.24% | 0.63% | - |
| HSV(B) | 323.48º | 0.25% | 0.72% | - |
| XYZ | 35.27 | 30.68 | 39.66 | - |
| YUV | 153.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 165 | 0 | 0.25 | 0.10 | 0.28 | 323.48 | 0.24 | 0.63 |
| Hex | B7 | 89 | A5 | 0 | 19 | A | 1C | 143 | 18 | 3F |
| Octal | 267 | 211 | 245 | 0 | 31 | 12 | 34 | 503 | 30 | 77 |
| Binary | 10110111 | 10001001 | 10100101 | 0 | 11001 | 1010 | 11100 | 101000011 | 11000 | 111111 |
Color Harmonies of #B789A5
Complementary color
Monochromatic Colors of #B789A5
Black with #B789A5
Text Example
Text Example
White with #B789A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B789A5; }
p { color: rgb(183,137,165); }
H1.HeaderClassName
{
color: #B789A5;
}
.AnyTagClassName
{
color: #B789A5;
}
</style>
background-color css
<style>
a { background-color: #B789A5; }
a { background-color: rgb(183,137,165); }
div.DivClassName
{
background-color: #B789A5;
}
.BgClassName
{
background-color: #B789A5;
}
</style>
border-color css
<style>
span { border-color: #B789A5; }
span { border-color: rgb(183,137,165); }
td.TdClassName
{
border-color: #B789A5;
}
.TagClassName
{
border-color: #B789A5;
}
</style>