Shades of Bouquet #B883A2
Tints of Bouquet #B883A2
RGB
CMYK
RGB Variations
Color information
#B883A2 (or 0xB883A2) is known color: Bouquet. HEX triplet: B8, 83 and A2. RGB value is (184,131,162). Sum of RGB (Red+Green+Blue) = 184+131+162=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B883A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883A2 is #477C5D. Grayscale: #969696. Windows color (decimal): -4684894 or 10650552. OLE color: 10650552.
HSL color Cylindrical-coordinate representation of color #B883A2: hue angle of 324.91º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B883A2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 162 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.28 |
| HSL | 324.91º | 0.27% | 0.62% | - |
| HSV(B) | 324.91º | 0.29% | 0.72% | - |
| XYZ | 34.41 | 29.03 | 37.97 | - |
| YUV | 150.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 162 | 0 | 0.29 | 0.12 | 0.28 | 324.91 | 0.27 | 0.62 |
| Hex | B8 | 83 | A2 | 0 | 1D | C | 1C | 145 | 1B | 3E |
| Octal | 270 | 203 | 242 | 0 | 35 | 14 | 34 | 505 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10100010 | 0 | 11101 | 1100 | 11100 | 101000101 | 11011 | 111110 |
Color Harmonies of #B883A2
Complementary color
Monochromatic Colors of #B883A2
Black with #B883A2
Text Example
Text Example
White with #B883A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883A2; }
p { color: rgb(184,131,162); }
H1.HeaderClassName
{
color: #B883A2;
}
.AnyTagClassName
{
color: #B883A2;
}
</style>
background-color css
<style>
a { background-color: #B883A2; }
a { background-color: rgb(184,131,162); }
div.DivClassName
{
background-color: #B883A2;
}
.BgClassName
{
background-color: #B883A2;
}
</style>
border-color css
<style>
span { border-color: #B883A2; }
span { border-color: rgb(184,131,162); }
td.TdClassName
{
border-color: #B883A2;
}
.TagClassName
{
border-color: #B883A2;
}
</style>