Shades of Bouquet #B4789B
Tints of Bouquet #B4789B
RGB
CMYK
RGB Variations
Color information
#B4789B (or 0xB4789B) is known color: Bouquet. HEX triplet: B4, 78 and 9B. RGB value is (180,120,155). Sum of RGB (Red+Green+Blue) = 180+120+155=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4789B is #4B8764. Grayscale: #8D8D8D. Windows color (decimal): -4949861 or 10188980. OLE color: 10188980.
HSL color Cylindrical-coordinate representation of color #B4789B: hue angle of 325º 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 #B4789B is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 155 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.29 |
| HSL | 325º | 0.29% | 0.59% | - |
| HSV(B) | 325º | 0.33% | 0.71% | - |
| XYZ | 31.46 | 25.5 | 34.28 | - |
| YUV | 141.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 155 | 0 | 0.33 | 0.14 | 0.29 | 325 | 0.29 | 0.59 |
| Hex | B4 | 78 | 9B | 0 | 21 | E | 1D | 145 | 1D | 3B |
| Octal | 264 | 170 | 233 | 0 | 41 | 16 | 35 | 505 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10011011 | 0 | 100001 | 1110 | 11101 | 101000101 | 11101 | 111011 |
Color Harmonies of #B4789B
Complementary color
Monochromatic Colors of #B4789B
Black with #B4789B
Text Example
Text Example
White with #B4789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4789B; }
p { color: rgb(180,120,155); }
H1.HeaderClassName
{
color: #B4789B;
}
.AnyTagClassName
{
color: #B4789B;
}
</style>
background-color css
<style>
a { background-color: #B4789B; }
a { background-color: rgb(180,120,155); }
div.DivClassName
{
background-color: #B4789B;
}
.BgClassName
{
background-color: #B4789B;
}
</style>
border-color css
<style>
span { border-color: #B4789B; }
span { border-color: rgb(180,120,155); }
td.TdClassName
{
border-color: #B4789B;
}
.TagClassName
{
border-color: #B4789B;
}
</style>