Shades of Bouquet #B386A4
Tints of Bouquet #B386A4
RGB
CMYK
RGB Variations
Color information
#B386A4 (or 0xB386A4) is known color: Bouquet. HEX triplet: B3, 86 and A4. RGB value is (179,134,164). Sum of RGB (Red+Green+Blue) = 179+134+164=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B386A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386A4 is #4C795B. Grayscale: #969696. Windows color (decimal): -5011804 or 10782387. OLE color: 10782387.
HSL color Cylindrical-coordinate representation of color #B386A4: hue angle of 320º degrees, saturation: 0.23, 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 #B386A4 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 164 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.30 |
| HSL | 320º | 0.23% | 0.61% | - |
| HSV(B) | 320º | 0.25% | 0.7% | - |
| XYZ | 33.82 | 29.31 | 39 | - |
| YUV | 150.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 164 | 0 | 0.25 | 0.08 | 0.30 | 320 | 0.23 | 0.61 |
| Hex | B3 | 86 | A4 | 0 | 19 | 8 | 1E | 140 | 17 | 3D |
| Octal | 263 | 206 | 244 | 0 | 31 | 10 | 36 | 500 | 27 | 75 |
| Binary | 10110011 | 10000110 | 10100100 | 0 | 11001 | 1000 | 11110 | 101000000 | 10111 | 111101 |
Color Harmonies of #B386A4
Complementary color
Monochromatic Colors of #B386A4
Black with #B386A4
Text Example
Text Example
White with #B386A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386A4; }
p { color: rgb(179,134,164); }
H1.HeaderClassName
{
color: #B386A4;
}
.AnyTagClassName
{
color: #B386A4;
}
</style>
background-color css
<style>
a { background-color: #B386A4; }
a { background-color: rgb(179,134,164); }
div.DivClassName
{
background-color: #B386A4;
}
.BgClassName
{
background-color: #B386A4;
}
</style>
border-color css
<style>
span { border-color: #B386A4; }
span { border-color: rgb(179,134,164); }
td.TdClassName
{
border-color: #B386A4;
}
.TagClassName
{
border-color: #B386A4;
}
</style>