Shades of Bouquet #B07592
Tints of Bouquet #B07592
RGB
CMYK
RGB Variations
Color information
#B07592 (or 0xB07592) is known color: Bouquet. HEX triplet: B0, 75 and 92. RGB value is (176,117,146). Sum of RGB (Red+Green+Blue) = 176+117+146=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07592 is #4F8A6D. Grayscale: #898989. Windows color (decimal): -5212782 or 9598384. OLE color: 9598384.
HSL color Cylindrical-coordinate representation of color #B07592: hue angle of 330.51º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07592 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 146 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.31 |
| HSL | 330.51º | 0.27% | 0.57% | - |
| HSV(B) | 330.51º | 0.34% | 0.69% | - |
| XYZ | 29.45 | 24.03 | 30.28 | - |
| YUV | 137.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 146 | 0 | 0.34 | 0.17 | 0.31 | 330.51 | 0.27 | 0.57 |
| Hex | B0 | 75 | 92 | 0 | 22 | 11 | 1F | 14B | 1B | 39 |
| Octal | 260 | 165 | 222 | 0 | 42 | 21 | 37 | 513 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10010010 | 0 | 100010 | 10001 | 11111 | 101001011 | 11011 | 111001 |
Color Harmonies of #B07592
Complementary color
Monochromatic Colors of #B07592
Black with #B07592
Text Example
Text Example
White with #B07592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07592; }
p { color: rgb(176,117,146); }
H1.HeaderClassName
{
color: #B07592;
}
.AnyTagClassName
{
color: #B07592;
}
</style>
background-color css
<style>
a { background-color: #B07592; }
a { background-color: rgb(176,117,146); }
div.DivClassName
{
background-color: #B07592;
}
.BgClassName
{
background-color: #B07592;
}
</style>
border-color css
<style>
span { border-color: #B07592; }
span { border-color: rgb(176,117,146); }
td.TdClassName
{
border-color: #B07592;
}
.TagClassName
{
border-color: #B07592;
}
</style>