Shades of Bouquet #B8749A
Tints of Bouquet #B8749A
RGB
CMYK
RGB Variations
Color information
#B8749A (or 0xB8749A) is known color: Bouquet. HEX triplet: B8, 74 and 9A. RGB value is (184,116,154). Sum of RGB (Red+Green+Blue) = 184+116+154=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8749A is #478B65. Grayscale: #8C8C8C. Windows color (decimal): -4688742 or 10122424. OLE color: 10122424.
HSL color Cylindrical-coordinate representation of color #B8749A: hue angle of 326.47º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8749A is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 154 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.28 |
| HSL | 326.47º | 0.32% | 0.59% | - |
| HSV(B) | 326.47º | 0.37% | 0.72% | - |
| XYZ | 31.85 | 25.01 | 33.72 | - |
| YUV | 140.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 154 | 0 | 0.37 | 0.16 | 0.28 | 326.47 | 0.32 | 0.59 |
| Hex | B8 | 74 | 9A | 0 | 25 | 10 | 1C | 146 | 20 | 3B |
| Octal | 270 | 164 | 232 | 0 | 45 | 20 | 34 | 506 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10011010 | 0 | 100101 | 10000 | 11100 | 101000110 | 100000 | 111011 |
Color Harmonies of #B8749A
Complementary color
Monochromatic Colors of #B8749A
Black with #B8749A
Text Example
Text Example
White with #B8749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8749A; }
p { color: rgb(184,116,154); }
H1.HeaderClassName
{
color: #B8749A;
}
.AnyTagClassName
{
color: #B8749A;
}
</style>
background-color css
<style>
a { background-color: #B8749A; }
a { background-color: rgb(184,116,154); }
div.DivClassName
{
background-color: #B8749A;
}
.BgClassName
{
background-color: #B8749A;
}
</style>
border-color css
<style>
span { border-color: #B8749A; }
span { border-color: rgb(184,116,154); }
td.TdClassName
{
border-color: #B8749A;
}
.TagClassName
{
border-color: #B8749A;
}
</style>