Shades of Bouquet #B4759F
Tints of Bouquet #B4759F
RGB
CMYK
RGB Variations
Color information
#B4759F (or 0xB4759F) is known color: Bouquet. HEX triplet: B4, 75 and 9F. RGB value is (180,117,159). Sum of RGB (Red+Green+Blue) = 180+117+159=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4759F is #4B8A60. Grayscale: #8C8C8C. Windows color (decimal): -4950625 or 10450356. OLE color: 10450356.
HSL color Cylindrical-coordinate representation of color #B4759F: hue angle of 320º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4759F is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 159 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.29 |
| HSL | 320º | 0.3% | 0.58% | - |
| HSV(B) | 320º | 0.35% | 0.71% | - |
| XYZ | 31.44 | 24.93 | 35.96 | - |
| YUV | 140.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 159 | 0 | 0.35 | 0.12 | 0.29 | 320 | 0.3 | 0.58 |
| Hex | B4 | 75 | 9F | 0 | 23 | C | 1D | 140 | 1E | 3A |
| Octal | 264 | 165 | 237 | 0 | 43 | 14 | 35 | 500 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10011111 | 0 | 100011 | 1100 | 11101 | 101000000 | 11110 | 111010 |
Color Harmonies of #B4759F
Complementary color
Monochromatic Colors of #B4759F
Black with #B4759F
Text Example
Text Example
White with #B4759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4759F; }
p { color: rgb(180,117,159); }
H1.HeaderClassName
{
color: #B4759F;
}
.AnyTagClassName
{
color: #B4759F;
}
</style>
background-color css
<style>
a { background-color: #B4759F; }
a { background-color: rgb(180,117,159); }
div.DivClassName
{
background-color: #B4759F;
}
.BgClassName
{
background-color: #B4759F;
}
</style>
border-color css
<style>
span { border-color: #B4759F; }
span { border-color: rgb(180,117,159); }
td.TdClassName
{
border-color: #B4759F;
}
.TagClassName
{
border-color: #B4759F;
}
</style>