Shades of Bouquet #B5749C
Tints of Bouquet #B5749C
RGB
CMYK
RGB Variations
Color information
#B5749C (or 0xB5749C) is known color: Bouquet. HEX triplet: B5, 74 and 9C. RGB value is (181,116,156). Sum of RGB (Red+Green+Blue) = 181+116+156=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5749C is #4A8B63. Grayscale: #8B8B8B. Windows color (decimal): -4885348 or 10253493. OLE color: 10253493.
HSL color Cylindrical-coordinate representation of color #B5749C: hue angle of 323.08º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5749C is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 156 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.29 |
| HSL | 323.08º | 0.31% | 0.58% | - |
| HSV(B) | 323.08º | 0.36% | 0.71% | - |
| XYZ | 31.3 | 24.71 | 34.57 | - |
| YUV | 140 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 156 | 0 | 0.36 | 0.14 | 0.29 | 323.08 | 0.31 | 0.58 |
| Hex | B5 | 74 | 9C | 0 | 24 | E | 1D | 143 | 1F | 3A |
| Octal | 265 | 164 | 234 | 0 | 44 | 16 | 35 | 503 | 37 | 72 |
| Binary | 10110101 | 1110100 | 10011100 | 0 | 100100 | 1110 | 11101 | 101000011 | 11111 | 111010 |
Color Harmonies of #B5749C
Complementary color
Monochromatic Colors of #B5749C
Black with #B5749C
Text Example
Text Example
White with #B5749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5749C; }
p { color: rgb(181,116,156); }
H1.HeaderClassName
{
color: #B5749C;
}
.AnyTagClassName
{
color: #B5749C;
}
</style>
background-color css
<style>
a { background-color: #B5749C; }
a { background-color: rgb(181,116,156); }
div.DivClassName
{
background-color: #B5749C;
}
.BgClassName
{
background-color: #B5749C;
}
</style>
border-color css
<style>
span { border-color: #B5749C; }
span { border-color: rgb(181,116,156); }
td.TdClassName
{
border-color: #B5749C;
}
.TagClassName
{
border-color: #B5749C;
}
</style>