Shades of Bouquet #B970A0
Tints of Bouquet #B970A0
RGB
CMYK
RGB Variations
Color information
#B970A0 (or 0xB970A0) is known color: Bouquet. HEX triplet: B9, 70 and A0. RGB value is (185,112,160). Sum of RGB (Red+Green+Blue) = 185+112+160=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B970A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970A0 is #468F5F. Grayscale: #8B8B8B. Windows color (decimal): -4624224 or 10514617. OLE color: 10514617.
HSL color Cylindrical-coordinate representation of color #B970A0: hue angle of 320.55º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B970A0 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 160 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.27 |
| HSL | 320.55º | 0.34% | 0.58% | - |
| HSV(B) | 320.55º | 0.39% | 0.73% | - |
| XYZ | 32.15 | 24.44 | 36.28 | - |
| YUV | 139.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 160 | 0 | 0.39 | 0.14 | 0.27 | 320.55 | 0.34 | 0.58 |
| Hex | B9 | 70 | A0 | 0 | 27 | E | 1B | 141 | 22 | 3A |
| Octal | 271 | 160 | 240 | 0 | 47 | 16 | 33 | 501 | 42 | 72 |
| Binary | 10111001 | 1110000 | 10100000 | 0 | 100111 | 1110 | 11011 | 101000001 | 100010 | 111010 |
Color Harmonies of #B970A0
Complementary color
Monochromatic Colors of #B970A0
Black with #B970A0
Text Example
Text Example
White with #B970A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970A0; }
p { color: rgb(185,112,160); }
H1.HeaderClassName
{
color: #B970A0;
}
.AnyTagClassName
{
color: #B970A0;
}
</style>
background-color css
<style>
a { background-color: #B970A0; }
a { background-color: rgb(185,112,160); }
div.DivClassName
{
background-color: #B970A0;
}
.BgClassName
{
background-color: #B970A0;
}
</style>
border-color css
<style>
span { border-color: #B970A0; }
span { border-color: rgb(185,112,160); }
td.TdClassName
{
border-color: #B970A0;
}
.TagClassName
{
border-color: #B970A0;
}
</style>