Shades of Bouquet #B4869C
Tints of Bouquet #B4869C
RGB
CMYK
RGB Variations
Color information
#B4869C (or 0xB4869C) is known color: Bouquet. HEX triplet: B4, 86 and 9C. RGB value is (180,134,156). Sum of RGB (Red+Green+Blue) = 180+134+156=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869C is #4B7963. Grayscale: #969696. Windows color (decimal): -4946276 or 10258100. OLE color: 10258100.
HSL color Cylindrical-coordinate representation of color #B4869C: hue angle of 331.3º 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 #B4869C is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 156 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.29 |
| HSL | 331.3º | 0.23% | 0.62% | - |
| HSV(B) | 331.3º | 0.26% | 0.71% | - |
| XYZ | 33.35 | 29.15 | 35.32 | - |
| YUV | 150.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 156 | 0 | 0.26 | 0.13 | 0.29 | 331.3 | 0.23 | 0.62 |
| Hex | B4 | 86 | 9C | 0 | 1A | D | 1D | 14B | 17 | 3E |
| Octal | 264 | 206 | 234 | 0 | 32 | 15 | 35 | 513 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10011100 | 0 | 11010 | 1101 | 11101 | 101001011 | 10111 | 111110 |
Color Harmonies of #B4869C
Complementary color
Monochromatic Colors of #B4869C
Black with #B4869C
Text Example
Text Example
White with #B4869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4869C; }
p { color: rgb(180,134,156); }
H1.HeaderClassName
{
color: #B4869C;
}
.AnyTagClassName
{
color: #B4869C;
}
</style>
background-color css
<style>
a { background-color: #B4869C; }
a { background-color: rgb(180,134,156); }
div.DivClassName
{
background-color: #B4869C;
}
.BgClassName
{
background-color: #B4869C;
}
</style>
border-color css
<style>
span { border-color: #B4869C; }
span { border-color: rgb(180,134,156); }
td.TdClassName
{
border-color: #B4869C;
}
.TagClassName
{
border-color: #B4869C;
}
</style>