Shades of Bouquet #B36495
Tints of Bouquet #B36495
RGB
CMYK
RGB Variations
Color information
#B36495 (or 0xB36495) is known color: Bouquet. HEX triplet: B3, 64 and 95. RGB value is (179,100,149). Sum of RGB (Red+Green+Blue) = 179+100+149=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B36495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36495 is #4C9B6A. Grayscale: #818181. Windows color (decimal): -5020523 or 9790643. OLE color: 9790643.
HSL color Cylindrical-coordinate representation of color #B36495: hue angle of 322.78º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36495 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 149 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.30 |
| HSL | 322.78º | 0.34% | 0.55% | - |
| HSV(B) | 322.78º | 0.44% | 0.7% | - |
| XYZ | 28.57 | 20.87 | 30.96 | - |
| YUV | 129.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 149 | 0 | 0.44 | 0.17 | 0.30 | 322.78 | 0.34 | 0.55 |
| Hex | B3 | 64 | 95 | 0 | 2C | 11 | 1E | 143 | 22 | 37 |
| Octal | 263 | 144 | 225 | 0 | 54 | 21 | 36 | 503 | 42 | 67 |
| Binary | 10110011 | 1100100 | 10010101 | 0 | 101100 | 10001 | 11110 | 101000011 | 100010 | 110111 |
Color Harmonies of #B36495
Complementary color
Monochromatic Colors of #B36495
Black with #B36495
Text Example
Text Example
White with #B36495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36495; }
p { color: rgb(179,100,149); }
H1.HeaderClassName
{
color: #B36495;
}
.AnyTagClassName
{
color: #B36495;
}
</style>
background-color css
<style>
a { background-color: #B36495; }
a { background-color: rgb(179,100,149); }
div.DivClassName
{
background-color: #B36495;
}
.BgClassName
{
background-color: #B36495;
}
</style>
border-color css
<style>
span { border-color: #B36495; }
span { border-color: rgb(179,100,149); }
td.TdClassName
{
border-color: #B36495;
}
.TagClassName
{
border-color: #B36495;
}
</style>