Shades of Bouquet #B385A3
Tints of Bouquet #B385A3
RGB
CMYK
RGB Variations
Color information
#B385A3 (or 0xB385A3) is known color: Bouquet. HEX triplet: B3, 85 and A3. RGB value is (179,133,163). Sum of RGB (Red+Green+Blue) = 179+133+163=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A3 is #4C7A5C. Grayscale: #969696. Windows color (decimal): -5012061 or 10716595. OLE color: 10716595.
HSL color Cylindrical-coordinate representation of color #B385A3: hue angle of 320.87º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B385A3 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 163 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.30 |
| HSL | 320.87º | 0.23% | 0.61% | - |
| HSV(B) | 320.87º | 0.26% | 0.7% | - |
| XYZ | 33.59 | 29 | 38.48 | - |
| YUV | 150.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 163 | 0 | 0.26 | 0.09 | 0.30 | 320.87 | 0.23 | 0.61 |
| Hex | B3 | 85 | A3 | 0 | 1A | 9 | 1E | 141 | 17 | 3D |
| Octal | 263 | 205 | 243 | 0 | 32 | 11 | 36 | 501 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10100011 | 0 | 11010 | 1001 | 11110 | 101000001 | 10111 | 111101 |
Color Harmonies of #B385A3
Complementary color
Monochromatic Colors of #B385A3
Black with #B385A3
Text Example
Text Example
White with #B385A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385A3; }
p { color: rgb(179,133,163); }
H1.HeaderClassName
{
color: #B385A3;
}
.AnyTagClassName
{
color: #B385A3;
}
</style>
background-color css
<style>
a { background-color: #B385A3; }
a { background-color: rgb(179,133,163); }
div.DivClassName
{
background-color: #B385A3;
}
.BgClassName
{
background-color: #B385A3;
}
</style>
border-color css
<style>
span { border-color: #B385A3; }
span { border-color: rgb(179,133,163); }
td.TdClassName
{
border-color: #B385A3;
}
.TagClassName
{
border-color: #B385A3;
}
</style>