Shades of Bouquet #B8769F
Tints of Bouquet #B8769F
RGB
CMYK
RGB Variations
Color information
#B8769F (or 0xB8769F) is known color: Bouquet. HEX triplet: B8, 76 and 9F. RGB value is (184,118,159). Sum of RGB (Red+Green+Blue) = 184+118+159=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8769F is #478960. Grayscale: #8E8E8E. Windows color (decimal): -4688225 or 10450616. OLE color: 10450616.
HSL color Cylindrical-coordinate representation of color #B8769F: hue angle of 322.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8769F is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 159 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.28 |
| HSL | 322.73º | 0.32% | 0.59% | - |
| HSV(B) | 322.73º | 0.36% | 0.72% | - |
| XYZ | 32.5 | 25.65 | 36.04 | - |
| YUV | 142.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 159 | 0 | 0.36 | 0.14 | 0.28 | 322.73 | 0.32 | 0.59 |
| Hex | B8 | 76 | 9F | 0 | 24 | E | 1C | 143 | 20 | 3B |
| Octal | 270 | 166 | 237 | 0 | 44 | 16 | 34 | 503 | 40 | 73 |
| Binary | 10111000 | 1110110 | 10011111 | 0 | 100100 | 1110 | 11100 | 101000011 | 100000 | 111011 |
Color Harmonies of #B8769F
Complementary color
Monochromatic Colors of #B8769F
Black with #B8769F
Text Example
Text Example
White with #B8769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8769F; }
p { color: rgb(184,118,159); }
H1.HeaderClassName
{
color: #B8769F;
}
.AnyTagClassName
{
color: #B8769F;
}
</style>
background-color css
<style>
a { background-color: #B8769F; }
a { background-color: rgb(184,118,159); }
div.DivClassName
{
background-color: #B8769F;
}
.BgClassName
{
background-color: #B8769F;
}
</style>
border-color css
<style>
span { border-color: #B8769F; }
span { border-color: rgb(184,118,159); }
td.TdClassName
{
border-color: #B8769F;
}
.TagClassName
{
border-color: #B8769F;
}
</style>