Shades of Bouquet #B36895
Tints of Bouquet #B36895
RGB
CMYK
RGB Variations
Color information
#B36895 (or 0xB36895) is known color: Bouquet. HEX triplet: B3, 68 and 95. RGB value is (179,104,149). Sum of RGB (Red+Green+Blue) = 179+104+149=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B36895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36895 is #4C976A. Grayscale: #838383. Windows color (decimal): -5019499 or 9791667. OLE color: 9791667.
HSL color Cylindrical-coordinate representation of color #B36895: hue angle of 324º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36895 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 149 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.30 |
| HSL | 324º | 0.33% | 0.55% | - |
| HSV(B) | 324º | 0.42% | 0.7% | - |
| XYZ | 28.97 | 21.65 | 31.09 | - |
| YUV | 131.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 149 | 0 | 0.42 | 0.17 | 0.30 | 324 | 0.33 | 0.55 |
| Hex | B3 | 68 | 95 | 0 | 2A | 11 | 1E | 144 | 21 | 37 |
| Octal | 263 | 150 | 225 | 0 | 52 | 21 | 36 | 504 | 41 | 67 |
| Binary | 10110011 | 1101000 | 10010101 | 0 | 101010 | 10001 | 11110 | 101000100 | 100001 | 110111 |
Color Harmonies of #B36895
Complementary color
Monochromatic Colors of #B36895
Black with #B36895
Text Example
Text Example
White with #B36895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36895; }
p { color: rgb(179,104,149); }
H1.HeaderClassName
{
color: #B36895;
}
.AnyTagClassName
{
color: #B36895;
}
</style>
background-color css
<style>
a { background-color: #B36895; }
a { background-color: rgb(179,104,149); }
div.DivClassName
{
background-color: #B36895;
}
.BgClassName
{
background-color: #B36895;
}
</style>
border-color css
<style>
span { border-color: #B36895; }
span { border-color: rgb(179,104,149); }
td.TdClassName
{
border-color: #B36895;
}
.TagClassName
{
border-color: #B36895;
}
</style>