Shades of Bouquet #B3709C
Tints of Bouquet #B3709C
RGB
CMYK
RGB Variations
Color information
#B3709C (or 0xB3709C) is known color: Bouquet. HEX triplet: B3, 70 and 9C. RGB value is (179,112,156). Sum of RGB (Red+Green+Blue) = 179+112+156=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3709C is #4C8F63. Grayscale: #888888. Windows color (decimal): -5017444 or 10252467. OLE color: 10252467.
HSL color Cylindrical-coordinate representation of color #B3709C: hue angle of 320.6º degrees, saturation: 0.31, 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 #B3709C is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 156 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.30 |
| HSL | 320.6º | 0.31% | 0.57% | - |
| HSV(B) | 320.6º | 0.37% | 0.7% | - |
| XYZ | 30.39 | 23.57 | 34.4 | - |
| YUV | 137.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 156 | 0 | 0.37 | 0.13 | 0.30 | 320.6 | 0.31 | 0.57 |
| Hex | B3 | 70 | 9C | 0 | 25 | D | 1E | 141 | 1F | 39 |
| Octal | 263 | 160 | 234 | 0 | 45 | 15 | 36 | 501 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10011100 | 0 | 100101 | 1101 | 11110 | 101000001 | 11111 | 111001 |
Color Harmonies of #B3709C
Complementary color
Monochromatic Colors of #B3709C
Black with #B3709C
Text Example
Text Example
White with #B3709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3709C; }
p { color: rgb(179,112,156); }
H1.HeaderClassName
{
color: #B3709C;
}
.AnyTagClassName
{
color: #B3709C;
}
</style>
background-color css
<style>
a { background-color: #B3709C; }
a { background-color: rgb(179,112,156); }
div.DivClassName
{
background-color: #B3709C;
}
.BgClassName
{
background-color: #B3709C;
}
</style>
border-color css
<style>
span { border-color: #B3709C; }
span { border-color: rgb(179,112,156); }
td.TdClassName
{
border-color: #B3709C;
}
.TagClassName
{
border-color: #B3709C;
}
</style>