Shades of Bouquet #B4789F
Tints of Bouquet #B4789F
RGB
CMYK
RGB Variations
Color information
#B4789F (or 0xB4789F) is known color: Bouquet. HEX triplet: B4, 78 and 9F. RGB value is (180,120,159). Sum of RGB (Red+Green+Blue) = 180+120+159=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4789F is #4B8760. Grayscale: #8E8E8E. Windows color (decimal): -4949857 or 10451124. OLE color: 10451124.
HSL color Cylindrical-coordinate representation of color #B4789F: hue angle of 321º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4789F is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 159 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.29 |
| HSL | 321º | 0.29% | 0.59% | - |
| HSV(B) | 321º | 0.33% | 0.71% | - |
| XYZ | 31.8 | 25.64 | 36.07 | - |
| YUV | 142.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 159 | 0 | 0.33 | 0.12 | 0.29 | 321 | 0.29 | 0.59 |
| Hex | B4 | 78 | 9F | 0 | 21 | C | 1D | 141 | 1D | 3B |
| Octal | 264 | 170 | 237 | 0 | 41 | 14 | 35 | 501 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10011111 | 0 | 100001 | 1100 | 11101 | 101000001 | 11101 | 111011 |
Color Harmonies of #B4789F
Complementary color
Monochromatic Colors of #B4789F
Black with #B4789F
Text Example
Text Example
White with #B4789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4789F; }
p { color: rgb(180,120,159); }
H1.HeaderClassName
{
color: #B4789F;
}
.AnyTagClassName
{
color: #B4789F;
}
</style>
background-color css
<style>
a { background-color: #B4789F; }
a { background-color: rgb(180,120,159); }
div.DivClassName
{
background-color: #B4789F;
}
.BgClassName
{
background-color: #B4789F;
}
</style>
border-color css
<style>
span { border-color: #B4789F; }
span { border-color: rgb(180,120,159); }
td.TdClassName
{
border-color: #B4789F;
}
.TagClassName
{
border-color: #B4789F;
}
</style>