Shades of Bouquet #B07895
Tints of Bouquet #B07895
RGB
CMYK
RGB Variations
Color information
#B07895 (or 0xB07895) is known color: Bouquet. HEX triplet: B0, 78 and 95. RGB value is (176,120,149). Sum of RGB (Red+Green+Blue) = 176+120+149=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07895 is #4F876A. Grayscale: #8B8B8B. Windows color (decimal): -5212011 or 9795760. OLE color: 9795760.
HSL color Cylindrical-coordinate representation of color #B07895: hue angle of 328.93º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07895 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 149 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.31 |
| HSL | 328.93º | 0.26% | 0.58% | - |
| HSV(B) | 328.93º | 0.32% | 0.69% | - |
| XYZ | 30.05 | 24.83 | 31.64 | - |
| YUV | 140.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 149 | 0 | 0.32 | 0.15 | 0.31 | 328.93 | 0.26 | 0.58 |
| Hex | B0 | 78 | 95 | 0 | 20 | F | 1F | 149 | 1A | 3A |
| Octal | 260 | 170 | 225 | 0 | 40 | 17 | 37 | 511 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10010101 | 0 | 100000 | 1111 | 11111 | 101001001 | 11010 | 111010 |
Color Harmonies of #B07895
Complementary color
Monochromatic Colors of #B07895
Black with #B07895
Text Example
Text Example
White with #B07895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07895; }
p { color: rgb(176,120,149); }
H1.HeaderClassName
{
color: #B07895;
}
.AnyTagClassName
{
color: #B07895;
}
</style>
background-color css
<style>
a { background-color: #B07895; }
a { background-color: rgb(176,120,149); }
div.DivClassName
{
background-color: #B07895;
}
.BgClassName
{
background-color: #B07895;
}
</style>
border-color css
<style>
span { border-color: #B07895; }
span { border-color: rgb(176,120,149); }
td.TdClassName
{
border-color: #B07895;
}
.TagClassName
{
border-color: #B07895;
}
</style>