Shades of Bouquet #B06793
Tints of Bouquet #B06793
RGB
CMYK
RGB Variations
Color information
#B06793 (or 0xB06793) is known color: Bouquet. HEX triplet: B0, 67 and 93. RGB value is (176,103,147). Sum of RGB (Red+Green+Blue) = 176+103+147=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06793 is #4F986C. Grayscale: #818181. Windows color (decimal): -5216365 or 9660336. OLE color: 9660336.
HSL color Cylindrical-coordinate representation of color #B06793: hue angle of 323.84º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06793 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 147 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.31 |
| HSL | 323.84º | 0.32% | 0.55% | - |
| HSV(B) | 323.84º | 0.41% | 0.69% | - |
| XYZ | 28.02 | 21.04 | 30.19 | - |
| YUV | 129.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 147 | 0 | 0.41 | 0.16 | 0.31 | 323.84 | 0.32 | 0.55 |
| Hex | B0 | 67 | 93 | 0 | 29 | 10 | 1F | 144 | 20 | 37 |
| Octal | 260 | 147 | 223 | 0 | 51 | 20 | 37 | 504 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10010011 | 0 | 101001 | 10000 | 11111 | 101000100 | 100000 | 110111 |
Color Harmonies of #B06793
Complementary color
Monochromatic Colors of #B06793
Black with #B06793
Text Example
Text Example
White with #B06793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06793; }
p { color: rgb(176,103,147); }
H1.HeaderClassName
{
color: #B06793;
}
.AnyTagClassName
{
color: #B06793;
}
</style>
background-color css
<style>
a { background-color: #B06793; }
a { background-color: rgb(176,103,147); }
div.DivClassName
{
background-color: #B06793;
}
.BgClassName
{
background-color: #B06793;
}
</style>
border-color css
<style>
span { border-color: #B06793; }
span { border-color: rgb(176,103,147); }
td.TdClassName
{
border-color: #B06793;
}
.TagClassName
{
border-color: #B06793;
}
</style>