Shades of Bouquet #B684A5
Tints of Bouquet #B684A5
RGB
CMYK
RGB Variations
Color information
#B684A5 (or 0xB684A5) is known color: Bouquet. HEX triplet: B6, 84 and A5. RGB value is (182,132,165). Sum of RGB (Red+Green+Blue) = 182+132+165=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B684A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B684A5 is #497B5A. Grayscale: #969696. Windows color (decimal): -4815707 or 10847414. OLE color: 10847414.
HSL color Cylindrical-coordinate representation of color #B684A5: hue angle of 320.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B684A5 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 165 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.29 |
| HSL | 320.4º | 0.26% | 0.62% | - |
| HSV(B) | 320.4º | 0.27% | 0.71% | - |
| XYZ | 34.33 | 29.16 | 39.42 | - |
| YUV | 150.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 165 | 0 | 0.27 | 0.09 | 0.29 | 320.4 | 0.26 | 0.62 |
| Hex | B6 | 84 | A5 | 0 | 1B | 9 | 1D | 140 | 1A | 3E |
| Octal | 266 | 204 | 245 | 0 | 33 | 11 | 35 | 500 | 32 | 76 |
| Binary | 10110110 | 10000100 | 10100101 | 0 | 11011 | 1001 | 11101 | 101000000 | 11010 | 111110 |
Color Harmonies of #B684A5
Complementary color
Monochromatic Colors of #B684A5
Black with #B684A5
Text Example
Text Example
White with #B684A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B684A5; }
p { color: rgb(182,132,165); }
H1.HeaderClassName
{
color: #B684A5;
}
.AnyTagClassName
{
color: #B684A5;
}
</style>
background-color css
<style>
a { background-color: #B684A5; }
a { background-color: rgb(182,132,165); }
div.DivClassName
{
background-color: #B684A5;
}
.BgClassName
{
background-color: #B684A5;
}
</style>
border-color css
<style>
span { border-color: #B684A5; }
span { border-color: rgb(182,132,165); }
td.TdClassName
{
border-color: #B684A5;
}
.TagClassName
{
border-color: #B684A5;
}
</style>