Shades of Bouquet #B4869B
Tints of Bouquet #B4869B
RGB
CMYK
RGB Variations
Color information
#B4869B (or 0xB4869B) is known color: Bouquet. HEX triplet: B4, 86 and 9B. RGB value is (180,134,155). Sum of RGB (Red+Green+Blue) = 180+134+155=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869B is #4B7964. Grayscale: #969696. Windows color (decimal): -4946277 or 10192564. OLE color: 10192564.
HSL color Cylindrical-coordinate representation of color #B4869B: hue angle of 332.61º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4869B is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 155 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.29 |
| HSL | 332.61º | 0.23% | 0.62% | - |
| HSV(B) | 332.61º | 0.26% | 0.71% | - |
| XYZ | 33.26 | 29.12 | 34.88 | - |
| YUV | 150.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 155 | 0 | 0.26 | 0.14 | 0.29 | 332.61 | 0.23 | 0.62 |
| Hex | B4 | 86 | 9B | 0 | 1A | E | 1D | 14D | 17 | 3E |
| Octal | 264 | 206 | 233 | 0 | 32 | 16 | 35 | 515 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10011011 | 0 | 11010 | 1110 | 11101 | 101001101 | 10111 | 111110 |
Color Harmonies of #B4869B
Complementary color
Monochromatic Colors of #B4869B
Black with #B4869B
Text Example
Text Example
White with #B4869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4869B; }
p { color: rgb(180,134,155); }
H1.HeaderClassName
{
color: #B4869B;
}
.AnyTagClassName
{
color: #B4869B;
}
</style>
background-color css
<style>
a { background-color: #B4869B; }
a { background-color: rgb(180,134,155); }
div.DivClassName
{
background-color: #B4869B;
}
.BgClassName
{
background-color: #B4869B;
}
</style>
border-color css
<style>
span { border-color: #B4869B; }
span { border-color: rgb(180,134,155); }
td.TdClassName
{
border-color: #B4869B;
}
.TagClassName
{
border-color: #B4869B;
}
</style>