Shades of Bouquet #B3719A
Tints of Bouquet #B3719A
RGB
CMYK
RGB Variations
Color information
#B3719A (or 0xB3719A) is known color: Bouquet. HEX triplet: B3, 71 and 9A. RGB value is (179,113,154). Sum of RGB (Red+Green+Blue) = 179+113+154=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3719A is #4C8E65. Grayscale: #898989. Windows color (decimal): -5017190 or 10121651. OLE color: 10121651.
HSL color Cylindrical-coordinate representation of color #B3719A: hue angle of 322.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3719A is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 154 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.30 |
| HSL | 322.73º | 0.3% | 0.57% | - |
| HSV(B) | 322.73º | 0.37% | 0.7% | - |
| XYZ | 30.33 | 23.73 | 33.55 | - |
| YUV | 137.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 154 | 0 | 0.37 | 0.14 | 0.30 | 322.73 | 0.3 | 0.57 |
| Hex | B3 | 71 | 9A | 0 | 25 | E | 1E | 143 | 1E | 39 |
| Octal | 263 | 161 | 232 | 0 | 45 | 16 | 36 | 503 | 36 | 71 |
| Binary | 10110011 | 1110001 | 10011010 | 0 | 100101 | 1110 | 11110 | 101000011 | 11110 | 111001 |
Color Harmonies of #B3719A
Complementary color
Monochromatic Colors of #B3719A
Black with #B3719A
Text Example
Text Example
White with #B3719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3719A; }
p { color: rgb(179,113,154); }
H1.HeaderClassName
{
color: #B3719A;
}
.AnyTagClassName
{
color: #B3719A;
}
</style>
background-color css
<style>
a { background-color: #B3719A; }
a { background-color: rgb(179,113,154); }
div.DivClassName
{
background-color: #B3719A;
}
.BgClassName
{
background-color: #B3719A;
}
</style>
border-color css
<style>
span { border-color: #B3719A; }
span { border-color: rgb(179,113,154); }
td.TdClassName
{
border-color: #B3719A;
}
.TagClassName
{
border-color: #B3719A;
}
</style>