Shades of Bouquet #B072A4
Tints of Bouquet #B072A4
RGB
CMYK
RGB Variations
Color information
#B072A4 (or 0xB072A4) is known color: Bouquet. HEX triplet: B0, 72 and A4. RGB value is (176,114,164). Sum of RGB (Red+Green+Blue) = 176+114+164=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B072A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072A4 is #4F8D5B. Grayscale: #8A8A8A. Windows color (decimal): -5213532 or 10777264. OLE color: 10777264.
HSL color Cylindrical-coordinate representation of color #B072A4: hue angle of 311.61º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B072A4 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 164 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.31 |
| HSL | 311.61º | 0.28% | 0.57% | - |
| HSV(B) | 311.61º | 0.35% | 0.69% | - |
| XYZ | 30.62 | 23.95 | 38.13 | - |
| YUV | 138.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 164 | 0 | 0.35 | 0.07 | 0.31 | 311.61 | 0.28 | 0.57 |
| Hex | B0 | 72 | A4 | 0 | 23 | 7 | 1F | 138 | 1C | 39 |
| Octal | 260 | 162 | 244 | 0 | 43 | 7 | 37 | 470 | 34 | 71 |
| Binary | 10110000 | 1110010 | 10100100 | 0 | 100011 | 111 | 11111 | 100111000 | 11100 | 111001 |
Color Harmonies of #B072A4
Complementary color
Monochromatic Colors of #B072A4
Black with #B072A4
Text Example
Text Example
White with #B072A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072A4; }
p { color: rgb(176,114,164); }
H1.HeaderClassName
{
color: #B072A4;
}
.AnyTagClassName
{
color: #B072A4;
}
</style>
background-color css
<style>
a { background-color: #B072A4; }
a { background-color: rgb(176,114,164); }
div.DivClassName
{
background-color: #B072A4;
}
.BgClassName
{
background-color: #B072A4;
}
</style>
border-color css
<style>
span { border-color: #B072A4; }
span { border-color: rgb(176,114,164); }
td.TdClassName
{
border-color: #B072A4;
}
.TagClassName
{
border-color: #B072A4;
}
</style>