Shades of Bouquet #B07095
Tints of Bouquet #B07095
RGB
CMYK
RGB Variations
Color information
#B07095 (or 0xB07095) is known color: Bouquet. HEX triplet: B0, 70 and 95. RGB value is (176,112,149). Sum of RGB (Red+Green+Blue) = 176+112+149=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07095 is #4F8F6A. Grayscale: #878787. Windows color (decimal): -5214059 or 9793712. OLE color: 9793712.
HSL color Cylindrical-coordinate representation of color #B07095: hue angle of 325.31º 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 #B07095 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 149 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.31 |
| HSL | 325.31º | 0.29% | 0.56% | - |
| HSV(B) | 325.31º | 0.36% | 0.69% | - |
| XYZ | 29.12 | 22.99 | 31.34 | - |
| YUV | 135.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 149 | 0 | 0.36 | 0.15 | 0.31 | 325.31 | 0.29 | 0.56 |
| Hex | B0 | 70 | 95 | 0 | 24 | F | 1F | 145 | 1D | 38 |
| Octal | 260 | 160 | 225 | 0 | 44 | 17 | 37 | 505 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10010101 | 0 | 100100 | 1111 | 11111 | 101000101 | 11101 | 111000 |
Color Harmonies of #B07095
Complementary color
Monochromatic Colors of #B07095
Black with #B07095
Text Example
Text Example
White with #B07095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07095; }
p { color: rgb(176,112,149); }
H1.HeaderClassName
{
color: #B07095;
}
.AnyTagClassName
{
color: #B07095;
}
</style>
background-color css
<style>
a { background-color: #B07095; }
a { background-color: rgb(176,112,149); }
div.DivClassName
{
background-color: #B07095;
}
.BgClassName
{
background-color: #B07095;
}
</style>
border-color css
<style>
span { border-color: #B07095; }
span { border-color: rgb(176,112,149); }
td.TdClassName
{
border-color: #B07095;
}
.TagClassName
{
border-color: #B07095;
}
</style>