Shades of Bouquet #B874AC
Tints of Bouquet #B874AC
RGB
CMYK
RGB Variations
Color information
#B874AC (or 0xB874AC) is known color: Bouquet. HEX triplet: B8, 74 and AC. RGB value is (184,116,172). Sum of RGB (Red+Green+Blue) = 184+116+172=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B874AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874AC is #478B53. Grayscale: #8E8E8E. Windows color (decimal): -4688724 or 11302072. OLE color: 11302072.
HSL color Cylindrical-coordinate representation of color #B874AC: hue angle of 310.59º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B874AC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 172 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.28 |
| HSL | 310.59º | 0.32% | 0.59% | - |
| HSV(B) | 310.59º | 0.37% | 0.72% | - |
| XYZ | 33.46 | 25.66 | 42.22 | - |
| YUV | 142.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 172 | 0 | 0.37 | 0.07 | 0.28 | 310.59 | 0.32 | 0.59 |
| Hex | B8 | 74 | AC | 0 | 25 | 7 | 1C | 137 | 20 | 3B |
| Octal | 270 | 164 | 254 | 0 | 45 | 7 | 34 | 467 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10101100 | 0 | 100101 | 111 | 11100 | 100110111 | 100000 | 111011 |
Color Harmonies of #B874AC
Complementary color
Monochromatic Colors of #B874AC
Black with #B874AC
Text Example
Text Example
White with #B874AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874AC; }
p { color: rgb(184,116,172); }
H1.HeaderClassName
{
color: #B874AC;
}
.AnyTagClassName
{
color: #B874AC;
}
</style>
background-color css
<style>
a { background-color: #B874AC; }
a { background-color: rgb(184,116,172); }
div.DivClassName
{
background-color: #B874AC;
}
.BgClassName
{
background-color: #B874AC;
}
</style>
border-color css
<style>
span { border-color: #B874AC; }
span { border-color: rgb(184,116,172); }
td.TdClassName
{
border-color: #B874AC;
}
.TagClassName
{
border-color: #B874AC;
}
</style>