Shades of Bouquet #B484A2
Tints of Bouquet #B484A2
RGB
CMYK
RGB Variations
Color information
#B484A2 (or 0xB484A2) is known color: Bouquet. HEX triplet: B4, 84 and A2. RGB value is (180,132,162). Sum of RGB (Red+Green+Blue) = 180+132+162=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B484A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B484A2 is #4B7B5D. Grayscale: #959595. Windows color (decimal): -4946782 or 10650804. OLE color: 10650804.
HSL color Cylindrical-coordinate representation of color #B484A2: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B484A2 is Cyan = 0, Magento = 0.27, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 162 | - |
| CMYK | 0 | 0.27 | 0.1 | 0.29 |
| HSL | 322.5º | 0.24% | 0.61% | - |
| HSV(B) | 322.5º | 0.27% | 0.71% | - |
| XYZ | 33.6 | 28.81 | 37.97 | - |
| YUV | 149.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 162 | 0 | 0.27 | 0.1 | 0.29 | 322.5 | 0.24 | 0.61 |
| Hex | B4 | 84 | A2 | 0 | 1B | A | 1D | 142 | 18 | 3D |
| Octal | 264 | 204 | 242 | 0 | 33 | 12 | 35 | 502 | 30 | 75 |
| Binary | 10110100 | 10000100 | 10100010 | 0 | 11011 | 1010 | 11101 | 101000010 | 11000 | 111101 |
Color Harmonies of #B484A2
Complementary color
Monochromatic Colors of #B484A2
Black with #B484A2
Text Example
Text Example
White with #B484A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B484A2; }
p { color: rgb(180,132,162); }
H1.HeaderClassName
{
color: #B484A2;
}
.AnyTagClassName
{
color: #B484A2;
}
</style>
background-color css
<style>
a { background-color: #B484A2; }
a { background-color: rgb(180,132,162); }
div.DivClassName
{
background-color: #B484A2;
}
.BgClassName
{
background-color: #B484A2;
}
</style>
border-color css
<style>
span { border-color: #B484A2; }
span { border-color: rgb(180,132,162); }
td.TdClassName
{
border-color: #B484A2;
}
.TagClassName
{
border-color: #B484A2;
}
</style>