Shades of Bouquet #B084A3
Tints of Bouquet #B084A3
RGB
CMYK
RGB Variations
Color information
#B084A3 (or 0xB084A3) is known color: Bouquet. HEX triplet: B0, 84 and A3. RGB value is (176,132,163). Sum of RGB (Red+Green+Blue) = 176+132+163=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B084A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084A3 is #4F7B5C. Grayscale: #949494. Windows color (decimal): -5208925 or 10716336. OLE color: 10716336.
HSL color Cylindrical-coordinate representation of color #B084A3: hue angle of 317.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B084A3 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 163 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.31 |
| HSL | 317.73º | 0.22% | 0.6% | - |
| HSV(B) | 317.73º | 0.25% | 0.69% | - |
| XYZ | 32.77 | 28.38 | 38.4 | - |
| YUV | 148.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 163 | 0 | 0.25 | 0.07 | 0.31 | 317.73 | 0.22 | 0.6 |
| Hex | B0 | 84 | A3 | 0 | 19 | 7 | 1F | 13E | 16 | 3C |
| Octal | 260 | 204 | 243 | 0 | 31 | 7 | 37 | 476 | 26 | 74 |
| Binary | 10110000 | 10000100 | 10100011 | 0 | 11001 | 111 | 11111 | 100111110 | 10110 | 111100 |
Color Harmonies of #B084A3
Complementary color
Monochromatic Colors of #B084A3
Black with #B084A3
Text Example
Text Example
White with #B084A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084A3; }
p { color: rgb(176,132,163); }
H1.HeaderClassName
{
color: #B084A3;
}
.AnyTagClassName
{
color: #B084A3;
}
</style>
background-color css
<style>
a { background-color: #B084A3; }
a { background-color: rgb(176,132,163); }
div.DivClassName
{
background-color: #B084A3;
}
.BgClassName
{
background-color: #B084A3;
}
</style>
border-color css
<style>
span { border-color: #B084A3; }
span { border-color: rgb(176,132,163); }
td.TdClassName
{
border-color: #B084A3;
}
.TagClassName
{
border-color: #B084A3;
}
</style>