Shades of Bouquet #B385A2
Tints of Bouquet #B385A2
RGB
CMYK
RGB Variations
Color information
#B385A2 (or 0xB385A2) is known color: Bouquet. HEX triplet: B3, 85 and A2. RGB value is (179,133,162). Sum of RGB (Red+Green+Blue) = 179+133+162=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A2 is #4C7A5D. Grayscale: #959595. Windows color (decimal): -5012062 or 10651059. OLE color: 10651059.
HSL color Cylindrical-coordinate representation of color #B385A2: hue angle of 322.17º 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 #B385A2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 162 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.30 |
| HSL | 322.17º | 0.23% | 0.61% | - |
| HSV(B) | 322.17º | 0.26% | 0.7% | - |
| XYZ | 33.5 | 28.97 | 38.01 | - |
| YUV | 150.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 162 | 0 | 0.26 | 0.09 | 0.30 | 322.17 | 0.23 | 0.61 |
| Hex | B3 | 85 | A2 | 0 | 1A | 9 | 1E | 142 | 17 | 3D |
| Octal | 263 | 205 | 242 | 0 | 32 | 11 | 36 | 502 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10100010 | 0 | 11010 | 1001 | 11110 | 101000010 | 10111 | 111101 |
Color Harmonies of #B385A2
Complementary color
Monochromatic Colors of #B385A2
Black with #B385A2
Text Example
Text Example
White with #B385A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385A2; }
p { color: rgb(179,133,162); }
H1.HeaderClassName
{
color: #B385A2;
}
.AnyTagClassName
{
color: #B385A2;
}
</style>
background-color css
<style>
a { background-color: #B385A2; }
a { background-color: rgb(179,133,162); }
div.DivClassName
{
background-color: #B385A2;
}
.BgClassName
{
background-color: #B385A2;
}
</style>
border-color css
<style>
span { border-color: #B385A2; }
span { border-color: rgb(179,133,162); }
td.TdClassName
{
border-color: #B385A2;
}
.TagClassName
{
border-color: #B385A2;
}
</style>