Shades of Bouquet #B985A4
Tints of Bouquet #B985A4
RGB
CMYK
RGB Variations
Color information
#B985A4 (or 0xB985A4) is known color: Bouquet. HEX triplet: B9, 85 and A4. RGB value is (185,133,164). Sum of RGB (Red+Green+Blue) = 185+133+164=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A4 is #467A5B. Grayscale: #989898. Windows color (decimal): -4618844 or 10782137. OLE color: 10782137.
HSL color Cylindrical-coordinate representation of color #B985A4: hue angle of 324.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B985A4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 164 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.27 |
| HSL | 324.23º | 0.27% | 0.62% | - |
| HSV(B) | 324.23º | 0.28% | 0.73% | - |
| XYZ | 35.1 | 29.77 | 39.02 | - |
| YUV | 152.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 164 | 0 | 0.28 | 0.11 | 0.27 | 324.23 | 0.27 | 0.62 |
| Hex | B9 | 85 | A4 | 0 | 1C | B | 1B | 144 | 1B | 3E |
| Octal | 271 | 205 | 244 | 0 | 34 | 13 | 33 | 504 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10100100 | 0 | 11100 | 1011 | 11011 | 101000100 | 11011 | 111110 |
Color Harmonies of #B985A4
Complementary color
Monochromatic Colors of #B985A4
Black with #B985A4
Text Example
Text Example
White with #B985A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985A4; }
p { color: rgb(185,133,164); }
H1.HeaderClassName
{
color: #B985A4;
}
.AnyTagClassName
{
color: #B985A4;
}
</style>
background-color css
<style>
a { background-color: #B985A4; }
a { background-color: rgb(185,133,164); }
div.DivClassName
{
background-color: #B985A4;
}
.BgClassName
{
background-color: #B985A4;
}
</style>
border-color css
<style>
span { border-color: #B985A4; }
span { border-color: rgb(185,133,164); }
td.TdClassName
{
border-color: #B985A4;
}
.TagClassName
{
border-color: #B985A4;
}
</style>