Shades of Bouquet #B0709D
Tints of Bouquet #B0709D
RGB
CMYK
RGB Variations
Color information
#B0709D (or 0xB0709D) is known color: Bouquet. HEX triplet: B0, 70 and 9D. RGB value is (176,112,157). Sum of RGB (Red+Green+Blue) = 176+112+157=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0709D is #4F8F62. Grayscale: #888888. Windows color (decimal): -5214051 or 10318000. OLE color: 10318000.
HSL color Cylindrical-coordinate representation of color #B0709D: hue angle of 317.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0709D is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 157 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.31 |
| HSL | 317.81º | 0.29% | 0.56% | - |
| HSV(B) | 317.81º | 0.36% | 0.69% | - |
| XYZ | 29.78 | 23.25 | 34.82 | - |
| YUV | 136.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 157 | 0 | 0.36 | 0.11 | 0.31 | 317.81 | 0.29 | 0.56 |
| Hex | B0 | 70 | 9D | 0 | 24 | B | 1F | 13E | 1D | 38 |
| Octal | 260 | 160 | 235 | 0 | 44 | 13 | 37 | 476 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10011101 | 0 | 100100 | 1011 | 11111 | 100111110 | 11101 | 111000 |
Color Harmonies of #B0709D
Complementary color
Monochromatic Colors of #B0709D
Black with #B0709D
Text Example
Text Example
White with #B0709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0709D; }
p { color: rgb(176,112,157); }
H1.HeaderClassName
{
color: #B0709D;
}
.AnyTagClassName
{
color: #B0709D;
}
</style>
background-color css
<style>
a { background-color: #B0709D; }
a { background-color: rgb(176,112,157); }
div.DivClassName
{
background-color: #B0709D;
}
.BgClassName
{
background-color: #B0709D;
}
</style>
border-color css
<style>
span { border-color: #B0709D; }
span { border-color: rgb(176,112,157); }
td.TdClassName
{
border-color: #B0709D;
}
.TagClassName
{
border-color: #B0709D;
}
</style>