Shades of Bouquet #B4859E
Tints of Bouquet #B4859E
RGB
CMYK
RGB Variations
Color information
#B4859E (or 0xB4859E) is known color: Bouquet. HEX triplet: B4, 85 and 9E. RGB value is (180,133,158). Sum of RGB (Red+Green+Blue) = 180+133+158=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4859E is #4B7A61. Grayscale: #959595. Windows color (decimal): -4946530 or 10388916. OLE color: 10388916.
HSL color Cylindrical-coordinate representation of color #B4859E: hue angle of 328.09º 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 #B4859E is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 158 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.29 |
| HSL | 328.09º | 0.24% | 0.61% | - |
| HSV(B) | 328.09º | 0.26% | 0.71% | - |
| XYZ | 33.38 | 28.95 | 36.18 | - |
| YUV | 149.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 158 | 0 | 0.26 | 0.12 | 0.29 | 328.09 | 0.24 | 0.61 |
| Hex | B4 | 85 | 9E | 0 | 1A | C | 1D | 148 | 18 | 3D |
| Octal | 264 | 205 | 236 | 0 | 32 | 14 | 35 | 510 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10011110 | 0 | 11010 | 1100 | 11101 | 101001000 | 11000 | 111101 |
Color Harmonies of #B4859E
Complementary color
Monochromatic Colors of #B4859E
Black with #B4859E
Text Example
Text Example
White with #B4859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4859E; }
p { color: rgb(180,133,158); }
H1.HeaderClassName
{
color: #B4859E;
}
.AnyTagClassName
{
color: #B4859E;
}
</style>
background-color css
<style>
a { background-color: #B4859E; }
a { background-color: rgb(180,133,158); }
div.DivClassName
{
background-color: #B4859E;
}
.BgClassName
{
background-color: #B4859E;
}
</style>
border-color css
<style>
span { border-color: #B4859E; }
span { border-color: rgb(180,133,158); }
td.TdClassName
{
border-color: #B4859E;
}
.TagClassName
{
border-color: #B4859E;
}
</style>