Shades of Bouquet #B07593
Tints of Bouquet #B07593
RGB
CMYK
RGB Variations
Color information
#B07593 (or 0xB07593) is known color: Bouquet. HEX triplet: B0, 75 and 93. RGB value is (176,117,147). Sum of RGB (Red+Green+Blue) = 176+117+147=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07593 is #4F8A6C. Grayscale: #8A8A8A. Windows color (decimal): -5212781 or 9663920. OLE color: 9663920.
HSL color Cylindrical-coordinate representation of color #B07593: hue angle of 329.49º 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 #B07593 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 147 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.31 |
| HSL | 329.49º | 0.27% | 0.57% | - |
| HSV(B) | 329.49º | 0.34% | 0.69% | - |
| XYZ | 29.53 | 24.06 | 30.69 | - |
| YUV | 138.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 147 | 0 | 0.34 | 0.16 | 0.31 | 329.49 | 0.27 | 0.57 |
| Hex | B0 | 75 | 93 | 0 | 22 | 10 | 1F | 149 | 1B | 39 |
| Octal | 260 | 165 | 223 | 0 | 42 | 20 | 37 | 511 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10010011 | 0 | 100010 | 10000 | 11111 | 101001001 | 11011 | 111001 |
Color Harmonies of #B07593
Complementary color
Monochromatic Colors of #B07593
Black with #B07593
Text Example
Text Example
White with #B07593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07593; }
p { color: rgb(176,117,147); }
H1.HeaderClassName
{
color: #B07593;
}
.AnyTagClassName
{
color: #B07593;
}
</style>
background-color css
<style>
a { background-color: #B07593; }
a { background-color: rgb(176,117,147); }
div.DivClassName
{
background-color: #B07593;
}
.BgClassName
{
background-color: #B07593;
}
</style>
border-color css
<style>
span { border-color: #B07593; }
span { border-color: rgb(176,117,147); }
td.TdClassName
{
border-color: #B07593;
}
.TagClassName
{
border-color: #B07593;
}
</style>