Shades of Bouquet #B6709A
Tints of Bouquet #B6709A
RGB
CMYK
RGB Variations
Color information
#B6709A (or 0xB6709A) is known color: Bouquet. HEX triplet: B6, 70 and 9A. RGB value is (182,112,154). Sum of RGB (Red+Green+Blue) = 182+112+154=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6709A is #498F65. Grayscale: #898989. Windows color (decimal): -4820838 or 10121398. OLE color: 10121398.
HSL color Cylindrical-coordinate representation of color #B6709A: hue angle of 324º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6709A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 154 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.29 |
| HSL | 324º | 0.32% | 0.58% | - |
| HSV(B) | 324º | 0.38% | 0.71% | - |
| XYZ | 30.92 | 23.87 | 33.55 | - |
| YUV | 137.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 154 | 0 | 0.38 | 0.15 | 0.29 | 324 | 0.32 | 0.58 |
| Hex | B6 | 70 | 9A | 0 | 26 | F | 1D | 144 | 20 | 3A |
| Octal | 266 | 160 | 232 | 0 | 46 | 17 | 35 | 504 | 40 | 72 |
| Binary | 10110110 | 1110000 | 10011010 | 0 | 100110 | 1111 | 11101 | 101000100 | 100000 | 111010 |
Color Harmonies of #B6709A
Complementary color
Monochromatic Colors of #B6709A
Black with #B6709A
Text Example
Text Example
White with #B6709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6709A; }
p { color: rgb(182,112,154); }
H1.HeaderClassName
{
color: #B6709A;
}
.AnyTagClassName
{
color: #B6709A;
}
</style>
background-color css
<style>
a { background-color: #B6709A; }
a { background-color: rgb(182,112,154); }
div.DivClassName
{
background-color: #B6709A;
}
.BgClassName
{
background-color: #B6709A;
}
</style>
border-color css
<style>
span { border-color: #B6709A; }
span { border-color: rgb(182,112,154); }
td.TdClassName
{
border-color: #B6709A;
}
.TagClassName
{
border-color: #B6709A;
}
</style>