Shades of Bouquet #B27095
Tints of Bouquet #B27095
RGB
CMYK
RGB Variations
Color information
#B27095 (or 0xB27095) is known color: Bouquet. HEX triplet: B2, 70 and 95. RGB value is (178,112,149). Sum of RGB (Red+Green+Blue) = 178+112+149=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B27095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27095 is #4D8F6A. Grayscale: #878787. Windows color (decimal): -5082987 or 9793714. OLE color: 9793714.
HSL color Cylindrical-coordinate representation of color #B27095: hue angle of 326.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27095 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 149 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.30 |
| HSL | 326.36º | 0.3% | 0.57% | - |
| HSV(B) | 326.36º | 0.37% | 0.7% | - |
| XYZ | 29.58 | 23.22 | 31.36 | - |
| YUV | 135.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 149 | 0 | 0.37 | 0.16 | 0.30 | 326.36 | 0.3 | 0.57 |
| Hex | B2 | 70 | 95 | 0 | 25 | 10 | 1E | 146 | 1E | 39 |
| Octal | 262 | 160 | 225 | 0 | 45 | 20 | 36 | 506 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10010101 | 0 | 100101 | 10000 | 11110 | 101000110 | 11110 | 111001 |
Color Harmonies of #B27095
Complementary color
Monochromatic Colors of #B27095
Black with #B27095
Text Example
Text Example
White with #B27095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27095; }
p { color: rgb(178,112,149); }
H1.HeaderClassName
{
color: #B27095;
}
.AnyTagClassName
{
color: #B27095;
}
</style>
background-color css
<style>
a { background-color: #B27095; }
a { background-color: rgb(178,112,149); }
div.DivClassName
{
background-color: #B27095;
}
.BgClassName
{
background-color: #B27095;
}
</style>
border-color css
<style>
span { border-color: #B27095; }
span { border-color: rgb(178,112,149); }
td.TdClassName
{
border-color: #B27095;
}
.TagClassName
{
border-color: #B27095;
}
</style>