Shades of Bouquet #B4879A
Tints of Bouquet #B4879A
RGB
CMYK
RGB Variations
Color information
#B4879A (or 0xB4879A) is known color: Bouquet. HEX triplet: B4, 87 and 9A. RGB value is (180,135,154). Sum of RGB (Red+Green+Blue) = 180+135+154=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4879A is #4B7865. Grayscale: #969696. Windows color (decimal): -4946022 or 10127284. OLE color: 10127284.
HSL color Cylindrical-coordinate representation of color #B4879A: hue angle of 334.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4879A is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 154 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.29 |
| HSL | 334.67º | 0.23% | 0.62% | - |
| HSV(B) | 334.67º | 0.25% | 0.71% | - |
| XYZ | 33.32 | 29.36 | 34.48 | - |
| YUV | 150.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 154 | 0 | 0.25 | 0.14 | 0.29 | 334.67 | 0.23 | 0.62 |
| Hex | B4 | 87 | 9A | 0 | 19 | E | 1D | 14F | 17 | 3E |
| Octal | 264 | 207 | 232 | 0 | 31 | 16 | 35 | 517 | 27 | 76 |
| Binary | 10110100 | 10000111 | 10011010 | 0 | 11001 | 1110 | 11101 | 101001111 | 10111 | 111110 |
Color Harmonies of #B4879A
Complementary color
Monochromatic Colors of #B4879A
Black with #B4879A
Text Example
Text Example
White with #B4879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4879A; }
p { color: rgb(180,135,154); }
H1.HeaderClassName
{
color: #B4879A;
}
.AnyTagClassName
{
color: #B4879A;
}
</style>
background-color css
<style>
a { background-color: #B4879A; }
a { background-color: rgb(180,135,154); }
div.DivClassName
{
background-color: #B4879A;
}
.BgClassName
{
background-color: #B4879A;
}
</style>
border-color css
<style>
span { border-color: #B4879A; }
span { border-color: rgb(180,135,154); }
td.TdClassName
{
border-color: #B4879A;
}
.TagClassName
{
border-color: #B4879A;
}
</style>