Shades of Bouquet #B869A4
Tints of Bouquet #B869A4
RGB
CMYK
RGB Variations
Color information
#B869A4 (or 0xB869A4) is known color: Bouquet. HEX triplet: B8, 69 and A4. RGB value is (184,105,164). Sum of RGB (Red+Green+Blue) = 184+105+164=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B869A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869A4 is #47965B. Grayscale: #878787. Windows color (decimal): -4691548 or 10774968. OLE color: 10774968.
HSL color Cylindrical-coordinate representation of color #B869A4: hue angle of 315.19º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B869A4 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 164 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.28 |
| HSL | 315.19º | 0.36% | 0.57% | - |
| HSV(B) | 315.19º | 0.43% | 0.72% | - |
| XYZ | 31.52 | 22.97 | 37.9 | - |
| YUV | 135.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 164 | 0 | 0.43 | 0.11 | 0.28 | 315.19 | 0.36 | 0.57 |
| Hex | B8 | 69 | A4 | 0 | 2B | B | 1C | 13B | 24 | 39 |
| Octal | 270 | 151 | 244 | 0 | 53 | 13 | 34 | 473 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10100100 | 0 | 101011 | 1011 | 11100 | 100111011 | 100100 | 111001 |
Color Harmonies of #B869A4
Complementary color
Monochromatic Colors of #B869A4
Black with #B869A4
Text Example
Text Example
White with #B869A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869A4; }
p { color: rgb(184,105,164); }
H1.HeaderClassName
{
color: #B869A4;
}
.AnyTagClassName
{
color: #B869A4;
}
</style>
background-color css
<style>
a { background-color: #B869A4; }
a { background-color: rgb(184,105,164); }
div.DivClassName
{
background-color: #B869A4;
}
.BgClassName
{
background-color: #B869A4;
}
</style>
border-color css
<style>
span { border-color: #B869A4; }
span { border-color: rgb(184,105,164); }
td.TdClassName
{
border-color: #B869A4;
}
.TagClassName
{
border-color: #B869A4;
}
</style>