Shades of Bouquet #B4759A
Tints of Bouquet #B4759A
RGB
CMYK
RGB Variations
Color information
#B4759A (or 0xB4759A) is known color: Bouquet. HEX triplet: B4, 75 and 9A. RGB value is (180,117,154). Sum of RGB (Red+Green+Blue) = 180+117+154=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4759A is #4B8A65. Grayscale: #8B8B8B. Windows color (decimal): -4950630 or 10122676. OLE color: 10122676.
HSL color Cylindrical-coordinate representation of color #B4759A: hue angle of 324.76º 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 #B4759A is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 154 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.29 |
| HSL | 324.76º | 0.3% | 0.58% | - |
| HSV(B) | 324.76º | 0.35% | 0.71% | - |
| XYZ | 31.02 | 24.76 | 33.72 | - |
| YUV | 140.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 154 | 0 | 0.35 | 0.14 | 0.29 | 324.76 | 0.3 | 0.58 |
| Hex | B4 | 75 | 9A | 0 | 23 | E | 1D | 145 | 1E | 3A |
| Octal | 264 | 165 | 232 | 0 | 43 | 16 | 35 | 505 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10011010 | 0 | 100011 | 1110 | 11101 | 101000101 | 11110 | 111010 |
Color Harmonies of #B4759A
Complementary color
Monochromatic Colors of #B4759A
Black with #B4759A
Text Example
Text Example
White with #B4759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4759A; }
p { color: rgb(180,117,154); }
H1.HeaderClassName
{
color: #B4759A;
}
.AnyTagClassName
{
color: #B4759A;
}
</style>
background-color css
<style>
a { background-color: #B4759A; }
a { background-color: rgb(180,117,154); }
div.DivClassName
{
background-color: #B4759A;
}
.BgClassName
{
background-color: #B4759A;
}
</style>
border-color css
<style>
span { border-color: #B4759A; }
span { border-color: rgb(180,117,154); }
td.TdClassName
{
border-color: #B4759A;
}
.TagClassName
{
border-color: #B4759A;
}
</style>