Shades of Bouquet #B975A1
Tints of Bouquet #B975A1
RGB
CMYK
RGB Variations
Color information
#B975A1 (or 0xB975A1) is known color: Bouquet. HEX triplet: B9, 75 and A1. RGB value is (185,117,161). Sum of RGB (Red+Green+Blue) = 185+117+161=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A1 is #468A5E. Grayscale: #8E8E8E. Windows color (decimal): -4622943 or 10581433. OLE color: 10581433.
HSL color Cylindrical-coordinate representation of color #B975A1: hue angle of 321.18º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975A1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 161 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.27 |
| HSL | 321.18º | 0.33% | 0.59% | - |
| HSV(B) | 321.18º | 0.37% | 0.73% | - |
| XYZ | 32.8 | 25.61 | 36.93 | - |
| YUV | 142.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 161 | 0 | 0.37 | 0.13 | 0.27 | 321.18 | 0.33 | 0.59 |
| Hex | B9 | 75 | A1 | 0 | 25 | D | 1B | 141 | 21 | 3B |
| Octal | 271 | 165 | 241 | 0 | 45 | 15 | 33 | 501 | 41 | 73 |
| Binary | 10111001 | 1110101 | 10100001 | 0 | 100101 | 1101 | 11011 | 101000001 | 100001 | 111011 |
Color Harmonies of #B975A1
Complementary color
Monochromatic Colors of #B975A1
Black with #B975A1
Text Example
Text Example
White with #B975A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975A1; }
p { color: rgb(185,117,161); }
H1.HeaderClassName
{
color: #B975A1;
}
.AnyTagClassName
{
color: #B975A1;
}
</style>
background-color css
<style>
a { background-color: #B975A1; }
a { background-color: rgb(185,117,161); }
div.DivClassName
{
background-color: #B975A1;
}
.BgClassName
{
background-color: #B975A1;
}
</style>
border-color css
<style>
span { border-color: #B975A1; }
span { border-color: rgb(185,117,161); }
td.TdClassName
{
border-color: #B975A1;
}
.TagClassName
{
border-color: #B975A1;
}
</style>