Shades of Bouquet #B8749D
Tints of Bouquet #B8749D
RGB
CMYK
RGB Variations
Color information
#B8749D (or 0xB8749D) is known color: Bouquet. HEX triplet: B8, 74 and 9D. RGB value is (184,116,157). Sum of RGB (Red+Green+Blue) = 184+116+157=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8749D is #478B62. Grayscale: #8C8C8C. Windows color (decimal): -4688739 or 10319032. OLE color: 10319032.
HSL color Cylindrical-coordinate representation of color #B8749D: hue angle of 323.82º 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 #B8749D is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 157 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.28 |
| HSL | 323.82º | 0.32% | 0.59% | - |
| HSV(B) | 323.82º | 0.37% | 0.72% | - |
| XYZ | 32.1 | 25.12 | 35.05 | - |
| YUV | 141.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 157 | 0 | 0.37 | 0.15 | 0.28 | 323.82 | 0.32 | 0.59 |
| Hex | B8 | 74 | 9D | 0 | 25 | F | 1C | 144 | 20 | 3B |
| Octal | 270 | 164 | 235 | 0 | 45 | 17 | 34 | 504 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10011101 | 0 | 100101 | 1111 | 11100 | 101000100 | 100000 | 111011 |
Color Harmonies of #B8749D
Complementary color
Monochromatic Colors of #B8749D
Black with #B8749D
Text Example
Text Example
White with #B8749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8749D; }
p { color: rgb(184,116,157); }
H1.HeaderClassName
{
color: #B8749D;
}
.AnyTagClassName
{
color: #B8749D;
}
</style>
background-color css
<style>
a { background-color: #B8749D; }
a { background-color: rgb(184,116,157); }
div.DivClassName
{
background-color: #B8749D;
}
.BgClassName
{
background-color: #B8749D;
}
</style>
border-color css
<style>
span { border-color: #B8749D; }
span { border-color: rgb(184,116,157); }
td.TdClassName
{
border-color: #B8749D;
}
.TagClassName
{
border-color: #B8749D;
}
</style>