Shades of Bouquet #B5809C
Tints of Bouquet #B5809C
RGB
CMYK
RGB Variations
Color information
#B5809C (or 0xB5809C) is known color: Bouquet. HEX triplet: B5, 80 and 9C. RGB value is (181,128,156). Sum of RGB (Red+Green+Blue) = 181+128+156=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5809C is #4A7F63. Grayscale: #929292. Windows color (decimal): -4882276 or 10256565. OLE color: 10256565.
HSL color Cylindrical-coordinate representation of color #B5809C: hue angle of 328.3º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5809C is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 156 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.29 |
| HSL | 328.3º | 0.26% | 0.61% | - |
| HSV(B) | 328.3º | 0.29% | 0.71% | - |
| XYZ | 32.78 | 27.66 | 35.06 | - |
| YUV | 147.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 156 | 0 | 0.29 | 0.14 | 0.29 | 328.3 | 0.26 | 0.61 |
| Hex | B5 | 80 | 9C | 0 | 1D | E | 1D | 148 | 1A | 3D |
| Octal | 265 | 200 | 234 | 0 | 35 | 16 | 35 | 510 | 32 | 75 |
| Binary | 10110101 | 10000000 | 10011100 | 0 | 11101 | 1110 | 11101 | 101001000 | 11010 | 111101 |
Color Harmonies of #B5809C
Complementary color
Monochromatic Colors of #B5809C
Black with #B5809C
Text Example
Text Example
White with #B5809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5809C; }
p { color: rgb(181,128,156); }
H1.HeaderClassName
{
color: #B5809C;
}
.AnyTagClassName
{
color: #B5809C;
}
</style>
background-color css
<style>
a { background-color: #B5809C; }
a { background-color: rgb(181,128,156); }
div.DivClassName
{
background-color: #B5809C;
}
.BgClassName
{
background-color: #B5809C;
}
</style>
border-color css
<style>
span { border-color: #B5809C; }
span { border-color: rgb(181,128,156); }
td.TdClassName
{
border-color: #B5809C;
}
.TagClassName
{
border-color: #B5809C;
}
</style>