Shades of Bouquet #B582A5
Tints of Bouquet #B582A5
RGB
CMYK
RGB Variations
Color information
#B582A5 (or 0xB582A5) is known color: Bouquet. HEX triplet: B5, 82 and A5. RGB value is (181,130,165). Sum of RGB (Red+Green+Blue) = 181+130+165=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B582A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582A5 is #4A7D5A. Grayscale: #959595. Windows color (decimal): -4881755 or 10846901. OLE color: 10846901.
HSL color Cylindrical-coordinate representation of color #B582A5: hue angle of 318.82º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582A5 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 165 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.29 |
| HSL | 318.82º | 0.26% | 0.61% | - |
| HSV(B) | 318.82º | 0.28% | 0.71% | - |
| XYZ | 33.83 | 28.51 | 39.32 | - |
| YUV | 149.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 165 | 0 | 0.28 | 0.09 | 0.29 | 318.82 | 0.26 | 0.61 |
| Hex | B5 | 82 | A5 | 0 | 1C | 9 | 1D | 13F | 1A | 3D |
| Octal | 265 | 202 | 245 | 0 | 34 | 11 | 35 | 477 | 32 | 75 |
| Binary | 10110101 | 10000010 | 10100101 | 0 | 11100 | 1001 | 11101 | 100111111 | 11010 | 111101 |
Color Harmonies of #B582A5
Complementary color
Monochromatic Colors of #B582A5
Black with #B582A5
Text Example
Text Example
White with #B582A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582A5; }
p { color: rgb(181,130,165); }
H1.HeaderClassName
{
color: #B582A5;
}
.AnyTagClassName
{
color: #B582A5;
}
</style>
background-color css
<style>
a { background-color: #B582A5; }
a { background-color: rgb(181,130,165); }
div.DivClassName
{
background-color: #B582A5;
}
.BgClassName
{
background-color: #B582A5;
}
</style>
border-color css
<style>
span { border-color: #B582A5; }
span { border-color: rgb(181,130,165); }
td.TdClassName
{
border-color: #B582A5;
}
.TagClassName
{
border-color: #B582A5;
}
</style>