Shades of Bouquet #B875A8
Tints of Bouquet #B875A8
RGB
CMYK
RGB Variations
Color information
#B875A8 (or 0xB875A8) is known color: Bouquet. HEX triplet: B8, 75 and A8. RGB value is (184,117,168). Sum of RGB (Red+Green+Blue) = 184+117+168=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A8 is #478A57. Grayscale: #8E8E8E. Windows color (decimal): -4688472 or 11040184. OLE color: 11040184.
HSL color Cylindrical-coordinate representation of color #B875A8: hue angle of 314.33º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B875A8 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 168 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.28 |
| HSL | 314.33º | 0.32% | 0.59% | - |
| HSV(B) | 314.33º | 0.36% | 0.72% | - |
| XYZ | 33.2 | 25.74 | 40.26 | - |
| YUV | 142.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 168 | 0 | 0.36 | 0.09 | 0.28 | 314.33 | 0.32 | 0.59 |
| Hex | B8 | 75 | A8 | 0 | 24 | 9 | 1C | 13A | 20 | 3B |
| Octal | 270 | 165 | 250 | 0 | 44 | 11 | 34 | 472 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10101000 | 0 | 100100 | 1001 | 11100 | 100111010 | 100000 | 111011 |
Color Harmonies of #B875A8
Complementary color
Monochromatic Colors of #B875A8
Black with #B875A8
Text Example
Text Example
White with #B875A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875A8; }
p { color: rgb(184,117,168); }
H1.HeaderClassName
{
color: #B875A8;
}
.AnyTagClassName
{
color: #B875A8;
}
</style>
background-color css
<style>
a { background-color: #B875A8; }
a { background-color: rgb(184,117,168); }
div.DivClassName
{
background-color: #B875A8;
}
.BgClassName
{
background-color: #B875A8;
}
</style>
border-color css
<style>
span { border-color: #B875A8; }
span { border-color: rgb(184,117,168); }
td.TdClassName
{
border-color: #B875A8;
}
.TagClassName
{
border-color: #B875A8;
}
</style>