Shades of Bouquet #B385A4
Tints of Bouquet #B385A4
RGB
CMYK
RGB Variations
Color information
#B385A4 (or 0xB385A4) is known color: Bouquet. HEX triplet: B3, 85 and A4. RGB value is (179,133,164). Sum of RGB (Red+Green+Blue) = 179+133+164=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A4 is #4C7A5B. Grayscale: #969696. Windows color (decimal): -5012060 or 10782131. OLE color: 10782131.
HSL color Cylindrical-coordinate representation of color #B385A4: hue angle of 319.57º 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 #B385A4 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 164 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.30 |
| HSL | 319.57º | 0.23% | 0.61% | - |
| HSV(B) | 319.57º | 0.26% | 0.7% | - |
| XYZ | 33.68 | 29.04 | 38.95 | - |
| YUV | 150.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 164 | 0 | 0.26 | 0.08 | 0.30 | 319.57 | 0.23 | 0.61 |
| Hex | B3 | 85 | A4 | 0 | 1A | 8 | 1E | 140 | 17 | 3D |
| Octal | 263 | 205 | 244 | 0 | 32 | 10 | 36 | 500 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10100100 | 0 | 11010 | 1000 | 11110 | 101000000 | 10111 | 111101 |
Color Harmonies of #B385A4
Complementary color
Monochromatic Colors of #B385A4
Black with #B385A4
Text Example
Text Example
White with #B385A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385A4; }
p { color: rgb(179,133,164); }
H1.HeaderClassName
{
color: #B385A4;
}
.AnyTagClassName
{
color: #B385A4;
}
</style>
background-color css
<style>
a { background-color: #B385A4; }
a { background-color: rgb(179,133,164); }
div.DivClassName
{
background-color: #B385A4;
}
.BgClassName
{
background-color: #B385A4;
}
</style>
border-color css
<style>
span { border-color: #B385A4; }
span { border-color: rgb(179,133,164); }
td.TdClassName
{
border-color: #B385A4;
}
.TagClassName
{
border-color: #B385A4;
}
</style>