Shades of Bouquet #B2869A
Tints of Bouquet #B2869A
RGB
CMYK
RGB Variations
Color information
#B2869A (or 0xB2869A) is known color: Bouquet. HEX triplet: B2, 86 and 9A. RGB value is (178,134,154). Sum of RGB (Red+Green+Blue) = 178+134+154=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2869A is #4D7965. Grayscale: #959595. Windows color (decimal): -5077350 or 10127026. OLE color: 10127026.
HSL color Cylindrical-coordinate representation of color #B2869A: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2869A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 154 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.30 |
| HSL | 332.73º | 0.22% | 0.61% | - |
| HSV(B) | 332.73º | 0.25% | 0.7% | - |
| XYZ | 32.72 | 28.85 | 34.42 | - |
| YUV | 149.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 154 | 0 | 0.25 | 0.13 | 0.30 | 332.73 | 0.22 | 0.61 |
| Hex | B2 | 86 | 9A | 0 | 19 | D | 1E | 14D | 16 | 3D |
| Octal | 262 | 206 | 232 | 0 | 31 | 15 | 36 | 515 | 26 | 75 |
| Binary | 10110010 | 10000110 | 10011010 | 0 | 11001 | 1101 | 11110 | 101001101 | 10110 | 111101 |
Color Harmonies of #B2869A
Complementary color
Monochromatic Colors of #B2869A
Black with #B2869A
Text Example
Text Example
White with #B2869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2869A; }
p { color: rgb(178,134,154); }
H1.HeaderClassName
{
color: #B2869A;
}
.AnyTagClassName
{
color: #B2869A;
}
</style>
background-color css
<style>
a { background-color: #B2869A; }
a { background-color: rgb(178,134,154); }
div.DivClassName
{
background-color: #B2869A;
}
.BgClassName
{
background-color: #B2869A;
}
</style>
border-color css
<style>
span { border-color: #B2869A; }
span { border-color: rgb(178,134,154); }
td.TdClassName
{
border-color: #B2869A;
}
.TagClassName
{
border-color: #B2869A;
}
</style>