Shades of Bouquet #B970A2
Tints of Bouquet #B970A2
RGB
CMYK
RGB Variations
Color information
#B970A2 (or 0xB970A2) is known color: Bouquet. HEX triplet: B9, 70 and A2. RGB value is (185,112,162). Sum of RGB (Red+Green+Blue) = 185+112+162=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B970A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970A2 is #468F5D. Grayscale: #8B8B8B. Windows color (decimal): -4624222 or 10645689. OLE color: 10645689.
HSL color Cylindrical-coordinate representation of color #B970A2: hue angle of 318.9º 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 #B970A2 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 162 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.27 |
| HSL | 318.9º | 0.34% | 0.58% | - |
| HSV(B) | 318.9º | 0.39% | 0.73% | - |
| XYZ | 32.32 | 24.51 | 37.21 | - |
| YUV | 139.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 162 | 0 | 0.39 | 0.12 | 0.27 | 318.9 | 0.34 | 0.58 |
| Hex | B9 | 70 | A2 | 0 | 27 | C | 1B | 13F | 22 | 3A |
| Octal | 271 | 160 | 242 | 0 | 47 | 14 | 33 | 477 | 42 | 72 |
| Binary | 10111001 | 1110000 | 10100010 | 0 | 100111 | 1100 | 11011 | 100111111 | 100010 | 111010 |
Color Harmonies of #B970A2
Complementary color
Monochromatic Colors of #B970A2
Black with #B970A2
Text Example
Text Example
White with #B970A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970A2; }
p { color: rgb(185,112,162); }
H1.HeaderClassName
{
color: #B970A2;
}
.AnyTagClassName
{
color: #B970A2;
}
</style>
background-color css
<style>
a { background-color: #B970A2; }
a { background-color: rgb(185,112,162); }
div.DivClassName
{
background-color: #B970A2;
}
.BgClassName
{
background-color: #B970A2;
}
</style>
border-color css
<style>
span { border-color: #B970A2; }
span { border-color: rgb(185,112,162); }
td.TdClassName
{
border-color: #B970A2;
}
.TagClassName
{
border-color: #B970A2;
}
</style>