Shades of Bouquet #B286A2
Tints of Bouquet #B286A2
RGB
CMYK
RGB Variations
Color information
#B286A2 (or 0xB286A2) is known color: Bouquet. HEX triplet: B2, 86 and A2. RGB value is (178,134,162). Sum of RGB (Red+Green+Blue) = 178+134+162=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B286A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286A2 is #4D795D. Grayscale: #969696. Windows color (decimal): -5077342 or 10651314. OLE color: 10651314.
HSL color Cylindrical-coordinate representation of color #B286A2: hue angle of 321.82º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B286A2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 162 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.30 |
| HSL | 321.82º | 0.22% | 0.61% | - |
| HSV(B) | 321.82º | 0.25% | 0.7% | - |
| XYZ | 33.41 | 29.12 | 38.04 | - |
| YUV | 150.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 162 | 0 | 0.25 | 0.09 | 0.30 | 321.82 | 0.22 | 0.61 |
| Hex | B2 | 86 | A2 | 0 | 19 | 9 | 1E | 142 | 16 | 3D |
| Octal | 262 | 206 | 242 | 0 | 31 | 11 | 36 | 502 | 26 | 75 |
| Binary | 10110010 | 10000110 | 10100010 | 0 | 11001 | 1001 | 11110 | 101000010 | 10110 | 111101 |
Color Harmonies of #B286A2
Complementary color
Monochromatic Colors of #B286A2
Black with #B286A2
Text Example
Text Example
White with #B286A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B286A2; }
p { color: rgb(178,134,162); }
H1.HeaderClassName
{
color: #B286A2;
}
.AnyTagClassName
{
color: #B286A2;
}
</style>
background-color css
<style>
a { background-color: #B286A2; }
a { background-color: rgb(178,134,162); }
div.DivClassName
{
background-color: #B286A2;
}
.BgClassName
{
background-color: #B286A2;
}
</style>
border-color css
<style>
span { border-color: #B286A2; }
span { border-color: rgb(178,134,162); }
td.TdClassName
{
border-color: #B286A2;
}
.TagClassName
{
border-color: #B286A2;
}
</style>