Shades of Bouquet #B875A7
Tints of Bouquet #B875A7
RGB
CMYK
RGB Variations
Color information
#B875A7 (or 0xB875A7) is known color: Bouquet. HEX triplet: B8, 75 and A7. RGB value is (184,117,167). Sum of RGB (Red+Green+Blue) = 184+117+167=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A7 is #478A58. Grayscale: #8E8E8E. Windows color (decimal): -4688473 or 10974648. OLE color: 10974648.
HSL color Cylindrical-coordinate representation of color #B875A7: hue angle of 315.22º 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 #B875A7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 167 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.28 |
| HSL | 315.22º | 0.32% | 0.59% | - |
| HSV(B) | 315.22º | 0.36% | 0.72% | - |
| XYZ | 33.1 | 25.7 | 39.78 | - |
| YUV | 142.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 167 | 0 | 0.36 | 0.09 | 0.28 | 315.22 | 0.32 | 0.59 |
| Hex | B8 | 75 | A7 | 0 | 24 | 9 | 1C | 13B | 20 | 3B |
| Octal | 270 | 165 | 247 | 0 | 44 | 11 | 34 | 473 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10100111 | 0 | 100100 | 1001 | 11100 | 100111011 | 100000 | 111011 |
Color Harmonies of #B875A7
Complementary color
Monochromatic Colors of #B875A7
Black with #B875A7
Text Example
Text Example
White with #B875A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875A7; }
p { color: rgb(184,117,167); }
H1.HeaderClassName
{
color: #B875A7;
}
.AnyTagClassName
{
color: #B875A7;
}
</style>
background-color css
<style>
a { background-color: #B875A7; }
a { background-color: rgb(184,117,167); }
div.DivClassName
{
background-color: #B875A7;
}
.BgClassName
{
background-color: #B875A7;
}
</style>
border-color css
<style>
span { border-color: #B875A7; }
span { border-color: rgb(184,117,167); }
td.TdClassName
{
border-color: #B875A7;
}
.TagClassName
{
border-color: #B875A7;
}
</style>