Shades of Bouquet #B06395
Tints of Bouquet #B06395
RGB
CMYK
RGB Variations
Color information
#B06395 (or 0xB06395) is known color: Bouquet. HEX triplet: B0, 63 and 95. RGB value is (176,99,149). Sum of RGB (Red+Green+Blue) = 176+99+149=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06395 is #4F9C6A. Grayscale: #7F7F7F. Windows color (decimal): -5217387 or 9790384. OLE color: 9790384.
HSL color Cylindrical-coordinate representation of color #B06395: hue angle of 321.04º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06395 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 149 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.31 |
| HSL | 321.04º | 0.33% | 0.54% | - |
| HSV(B) | 321.04º | 0.44% | 0.69% | - |
| XYZ | 27.79 | 20.32 | 30.89 | - |
| YUV | 127.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 149 | 0 | 0.44 | 0.15 | 0.31 | 321.04 | 0.33 | 0.54 |
| Hex | B0 | 63 | 95 | 0 | 2C | F | 1F | 141 | 21 | 36 |
| Octal | 260 | 143 | 225 | 0 | 54 | 17 | 37 | 501 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10010101 | 0 | 101100 | 1111 | 11111 | 101000001 | 100001 | 110110 |
Color Harmonies of #B06395
Complementary color
Monochromatic Colors of #B06395
Black with #B06395
Text Example
Text Example
White with #B06395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06395; }
p { color: rgb(176,99,149); }
H1.HeaderClassName
{
color: #B06395;
}
.AnyTagClassName
{
color: #B06395;
}
</style>
background-color css
<style>
a { background-color: #B06395; }
a { background-color: rgb(176,99,149); }
div.DivClassName
{
background-color: #B06395;
}
.BgClassName
{
background-color: #B06395;
}
</style>
border-color css
<style>
span { border-color: #B06395; }
span { border-color: rgb(176,99,149); }
td.TdClassName
{
border-color: #B06395;
}
.TagClassName
{
border-color: #B06395;
}
</style>