Shades of Bouquet #B182A2
Tints of Bouquet #B182A2
RGB
CMYK
RGB Variations
Color information
#B182A2 (or 0xB182A2) is known color: Bouquet. HEX triplet: B1, 82 and A2. RGB value is (177,130,162). Sum of RGB (Red+Green+Blue) = 177+130+162=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B182A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182A2 is #4E7D5D. Grayscale: #939393. Windows color (decimal): -5143902 or 10650289. OLE color: 10650289.
HSL color Cylindrical-coordinate representation of color #B182A2: hue angle of 319.15º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182A2 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 162 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.31 |
| HSL | 319.15º | 0.23% | 0.6% | - |
| HSV(B) | 319.15º | 0.27% | 0.69% | - |
| XYZ | 32.64 | 27.92 | 37.85 | - |
| YUV | 147.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 162 | 0 | 0.27 | 0.08 | 0.31 | 319.15 | 0.23 | 0.6 |
| Hex | B1 | 82 | A2 | 0 | 1B | 8 | 1F | 13F | 17 | 3C |
| Octal | 261 | 202 | 242 | 0 | 33 | 10 | 37 | 477 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10100010 | 0 | 11011 | 1000 | 11111 | 100111111 | 10111 | 111100 |
Color Harmonies of #B182A2
Complementary color
Monochromatic Colors of #B182A2
Black with #B182A2
Text Example
Text Example
White with #B182A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182A2; }
p { color: rgb(177,130,162); }
H1.HeaderClassName
{
color: #B182A2;
}
.AnyTagClassName
{
color: #B182A2;
}
</style>
background-color css
<style>
a { background-color: #B182A2; }
a { background-color: rgb(177,130,162); }
div.DivClassName
{
background-color: #B182A2;
}
.BgClassName
{
background-color: #B182A2;
}
</style>
border-color css
<style>
span { border-color: #B182A2; }
span { border-color: rgb(177,130,162); }
td.TdClassName
{
border-color: #B182A2;
}
.TagClassName
{
border-color: #B182A2;
}
</style>