Shades of Bouquet #B4859D
Tints of Bouquet #B4859D
RGB
CMYK
RGB Variations
Color information
#B4859D (or 0xB4859D) is known color: Bouquet. HEX triplet: B4, 85 and 9D. RGB value is (180,133,157). Sum of RGB (Red+Green+Blue) = 180+133+157=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4859D is #4B7A62. Grayscale: #959595. Windows color (decimal): -4946531 or 10323380. OLE color: 10323380.
HSL color Cylindrical-coordinate representation of color #B4859D: hue angle of 329.36º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4859D is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 157 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.29 |
| HSL | 329.36º | 0.24% | 0.61% | - |
| HSV(B) | 329.36º | 0.26% | 0.71% | - |
| XYZ | 33.3 | 28.91 | 35.72 | - |
| YUV | 149.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 157 | 0 | 0.26 | 0.13 | 0.29 | 329.36 | 0.24 | 0.61 |
| Hex | B4 | 85 | 9D | 0 | 1A | D | 1D | 149 | 18 | 3D |
| Octal | 264 | 205 | 235 | 0 | 32 | 15 | 35 | 511 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10011101 | 0 | 11010 | 1101 | 11101 | 101001001 | 11000 | 111101 |
Color Harmonies of #B4859D
Complementary color
Monochromatic Colors of #B4859D
Black with #B4859D
Text Example
Text Example
White with #B4859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4859D; }
p { color: rgb(180,133,157); }
H1.HeaderClassName
{
color: #B4859D;
}
.AnyTagClassName
{
color: #B4859D;
}
</style>
background-color css
<style>
a { background-color: #B4859D; }
a { background-color: rgb(180,133,157); }
div.DivClassName
{
background-color: #B4859D;
}
.BgClassName
{
background-color: #B4859D;
}
</style>
border-color css
<style>
span { border-color: #B4859D; }
span { border-color: rgb(180,133,157); }
td.TdClassName
{
border-color: #B4859D;
}
.TagClassName
{
border-color: #B4859D;
}
</style>