Shades of Bouquet #B4759C
Tints of Bouquet #B4759C
RGB
CMYK
RGB Variations
Color information
#B4759C (or 0xB4759C) is known color: Bouquet. HEX triplet: B4, 75 and 9C. RGB value is (180,117,156). Sum of RGB (Red+Green+Blue) = 180+117+156=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4759C is #4B8A63. Grayscale: #8C8C8C. Windows color (decimal): -4950628 or 10253748. OLE color: 10253748.
HSL color Cylindrical-coordinate representation of color #B4759C: hue angle of 322.86º 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 #B4759C is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 156 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.29 |
| HSL | 322.86º | 0.3% | 0.58% | - |
| HSV(B) | 322.86º | 0.35% | 0.71% | - |
| XYZ | 31.18 | 24.83 | 34.6 | - |
| YUV | 140.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 156 | 0 | 0.35 | 0.13 | 0.29 | 322.86 | 0.3 | 0.58 |
| Hex | B4 | 75 | 9C | 0 | 23 | D | 1D | 143 | 1E | 3A |
| Octal | 264 | 165 | 234 | 0 | 43 | 15 | 35 | 503 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10011100 | 0 | 100011 | 1101 | 11101 | 101000011 | 11110 | 111010 |
Color Harmonies of #B4759C
Complementary color
Monochromatic Colors of #B4759C
Black with #B4759C
Text Example
Text Example
White with #B4759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4759C; }
p { color: rgb(180,117,156); }
H1.HeaderClassName
{
color: #B4759C;
}
.AnyTagClassName
{
color: #B4759C;
}
</style>
background-color css
<style>
a { background-color: #B4759C; }
a { background-color: rgb(180,117,156); }
div.DivClassName
{
background-color: #B4759C;
}
.BgClassName
{
background-color: #B4759C;
}
</style>
border-color css
<style>
span { border-color: #B4759C; }
span { border-color: rgb(180,117,156); }
td.TdClassName
{
border-color: #B4759C;
}
.TagClassName
{
border-color: #B4759C;
}
</style>