Shades of Bouquet #B8749B
Tints of Bouquet #B8749B
RGB
CMYK
RGB Variations
Color information
#B8749B (or 0xB8749B) is known color: Bouquet. HEX triplet: B8, 74 and 9B. RGB value is (184,116,155). Sum of RGB (Red+Green+Blue) = 184+116+155=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8749B is #478B64. Grayscale: #8C8C8C. Windows color (decimal): -4688741 or 10187960. OLE color: 10187960.
HSL color Cylindrical-coordinate representation of color #B8749B: hue angle of 325.59º 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 #B8749B is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 155 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.28 |
| HSL | 325.59º | 0.32% | 0.59% | - |
| HSV(B) | 325.59º | 0.37% | 0.72% | - |
| XYZ | 31.93 | 25.05 | 34.16 | - |
| YUV | 140.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 155 | 0 | 0.37 | 0.16 | 0.28 | 325.59 | 0.32 | 0.59 |
| Hex | B8 | 74 | 9B | 0 | 25 | 10 | 1C | 146 | 20 | 3B |
| Octal | 270 | 164 | 233 | 0 | 45 | 20 | 34 | 506 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10011011 | 0 | 100101 | 10000 | 11100 | 101000110 | 100000 | 111011 |
Color Harmonies of #B8749B
Complementary color
Monochromatic Colors of #B8749B
Black with #B8749B
Text Example
Text Example
White with #B8749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8749B; }
p { color: rgb(184,116,155); }
H1.HeaderClassName
{
color: #B8749B;
}
.AnyTagClassName
{
color: #B8749B;
}
</style>
background-color css
<style>
a { background-color: #B8749B; }
a { background-color: rgb(184,116,155); }
div.DivClassName
{
background-color: #B8749B;
}
.BgClassName
{
background-color: #B8749B;
}
</style>
border-color css
<style>
span { border-color: #B8749B; }
span { border-color: rgb(184,116,155); }
td.TdClassName
{
border-color: #B8749B;
}
.TagClassName
{
border-color: #B8749B;
}
</style>