Shades of Bouquet #B287A3
Tints of Bouquet #B287A3
RGB
CMYK
RGB Variations
Color information
#B287A3 (or 0xB287A3) is known color: Bouquet. HEX triplet: B2, 87 and A3. RGB value is (178,135,163). Sum of RGB (Red+Green+Blue) = 178+135+163=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B287A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B287A3 is #4D785C. Grayscale: #969696. Windows color (decimal): -5077085 or 10717106. OLE color: 10717106.
HSL color Cylindrical-coordinate representation of color #B287A3: hue angle of 320.93º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B287A3 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 163 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.30 |
| HSL | 320.93º | 0.22% | 0.61% | - |
| HSV(B) | 320.93º | 0.24% | 0.7% | - |
| XYZ | 33.63 | 29.44 | 38.56 | - |
| YUV | 151.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 163 | 0 | 0.24 | 0.08 | 0.30 | 320.93 | 0.22 | 0.61 |
| Hex | B2 | 87 | A3 | 0 | 18 | 8 | 1E | 141 | 16 | 3D |
| Octal | 262 | 207 | 243 | 0 | 30 | 10 | 36 | 501 | 26 | 75 |
| Binary | 10110010 | 10000111 | 10100011 | 0 | 11000 | 1000 | 11110 | 101000001 | 10110 | 111101 |
Color Harmonies of #B287A3
Complementary color
Monochromatic Colors of #B287A3
Black with #B287A3
Text Example
Text Example
White with #B287A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B287A3; }
p { color: rgb(178,135,163); }
H1.HeaderClassName
{
color: #B287A3;
}
.AnyTagClassName
{
color: #B287A3;
}
</style>
background-color css
<style>
a { background-color: #B287A3; }
a { background-color: rgb(178,135,163); }
div.DivClassName
{
background-color: #B287A3;
}
.BgClassName
{
background-color: #B287A3;
}
</style>
border-color css
<style>
span { border-color: #B287A3; }
span { border-color: rgb(178,135,163); }
td.TdClassName
{
border-color: #B287A3;
}
.TagClassName
{
border-color: #B287A3;
}
</style>