Shades of Bouquet #B5859C
Tints of Bouquet #B5859C
RGB
CMYK
RGB Variations
Color information
#B5859C (or 0xB5859C) is known color: Bouquet. HEX triplet: B5, 85 and 9C. RGB value is (181,133,156). Sum of RGB (Red+Green+Blue) = 181+133+156=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5859C is #4A7A63. Grayscale: #959595. Windows color (decimal): -4880996 or 10257845. OLE color: 10257845.
HSL color Cylindrical-coordinate representation of color #B5859C: hue angle of 331.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5859C is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 156 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.29 |
| HSL | 331.25º | 0.24% | 0.62% | - |
| HSV(B) | 331.25º | 0.27% | 0.71% | - |
| XYZ | 33.44 | 29 | 35.29 | - |
| YUV | 149.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 156 | 0 | 0.27 | 0.14 | 0.29 | 331.25 | 0.24 | 0.62 |
| Hex | B5 | 85 | 9C | 0 | 1B | E | 1D | 14B | 18 | 3E |
| Octal | 265 | 205 | 234 | 0 | 33 | 16 | 35 | 513 | 30 | 76 |
| Binary | 10110101 | 10000101 | 10011100 | 0 | 11011 | 1110 | 11101 | 101001011 | 11000 | 111110 |
Color Harmonies of #B5859C
Complementary color
Monochromatic Colors of #B5859C
Black with #B5859C
Text Example
Text Example
White with #B5859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5859C; }
p { color: rgb(181,133,156); }
H1.HeaderClassName
{
color: #B5859C;
}
.AnyTagClassName
{
color: #B5859C;
}
</style>
background-color css
<style>
a { background-color: #B5859C; }
a { background-color: rgb(181,133,156); }
div.DivClassName
{
background-color: #B5859C;
}
.BgClassName
{
background-color: #B5859C;
}
</style>
border-color css
<style>
span { border-color: #B5859C; }
span { border-color: rgb(181,133,156); }
td.TdClassName
{
border-color: #B5859C;
}
.TagClassName
{
border-color: #B5859C;
}
</style>