Shades of Bouquet #B7809A
Tints of Bouquet #B7809A
RGB
CMYK
RGB Variations
Color information
#B7809A (or 0xB7809A) is known color: Bouquet. HEX triplet: B7, 80 and 9A. RGB value is (183,128,154). Sum of RGB (Red+Green+Blue) = 183+128+154=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7809A is #487F65. Grayscale: #939393. Windows color (decimal): -4751206 or 10125495. OLE color: 10125495.
HSL color Cylindrical-coordinate representation of color #B7809A: hue angle of 331.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7809A is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 154 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.28 |
| HSL | 331.64º | 0.28% | 0.61% | - |
| HSV(B) | 331.64º | 0.3% | 0.72% | - |
| XYZ | 33.08 | 27.84 | 34.2 | - |
| YUV | 147.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 154 | 0 | 0.30 | 0.16 | 0.28 | 331.64 | 0.28 | 0.61 |
| Hex | B7 | 80 | 9A | 0 | 1E | 10 | 1C | 14C | 1C | 3D |
| Octal | 267 | 200 | 232 | 0 | 36 | 20 | 34 | 514 | 34 | 75 |
| Binary | 10110111 | 10000000 | 10011010 | 0 | 11110 | 10000 | 11100 | 101001100 | 11100 | 111101 |
Color Harmonies of #B7809A
Complementary color
Monochromatic Colors of #B7809A
Black with #B7809A
Text Example
Text Example
White with #B7809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7809A; }
p { color: rgb(183,128,154); }
H1.HeaderClassName
{
color: #B7809A;
}
.AnyTagClassName
{
color: #B7809A;
}
</style>
background-color css
<style>
a { background-color: #B7809A; }
a { background-color: rgb(183,128,154); }
div.DivClassName
{
background-color: #B7809A;
}
.BgClassName
{
background-color: #B7809A;
}
</style>
border-color css
<style>
span { border-color: #B7809A; }
span { border-color: rgb(183,128,154); }
td.TdClassName
{
border-color: #B7809A;
}
.TagClassName
{
border-color: #B7809A;
}
</style>