Shades of Bouquet #B681A8
Tints of Bouquet #B681A8
RGB
CMYK
RGB Variations
Color information
#B681A8 (or 0xB681A8) is known color: Bouquet. HEX triplet: B6, 81 and A8. RGB value is (182,129,168). Sum of RGB (Red+Green+Blue) = 182+129+168=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B681A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681A8 is #497E57. Grayscale: #959595. Windows color (decimal): -4816472 or 11043254. OLE color: 11043254.
HSL color Cylindrical-coordinate representation of color #B681A8: hue angle of 315.85º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B681A8 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 168 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.29 |
| HSL | 315.85º | 0.27% | 0.61% | - |
| HSV(B) | 315.85º | 0.29% | 0.71% | - |
| XYZ | 34.21 | 28.47 | 40.74 | - |
| YUV | 149.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 168 | 0 | 0.29 | 0.08 | 0.29 | 315.85 | 0.27 | 0.61 |
| Hex | B6 | 81 | A8 | 0 | 1D | 8 | 1D | 13C | 1B | 3D |
| Octal | 266 | 201 | 250 | 0 | 35 | 10 | 35 | 474 | 33 | 75 |
| Binary | 10110110 | 10000001 | 10101000 | 0 | 11101 | 1000 | 11101 | 100111100 | 11011 | 111101 |
Color Harmonies of #B681A8
Complementary color
Monochromatic Colors of #B681A8
Black with #B681A8
Text Example
Text Example
White with #B681A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681A8; }
p { color: rgb(182,129,168); }
H1.HeaderClassName
{
color: #B681A8;
}
.AnyTagClassName
{
color: #B681A8;
}
</style>
background-color css
<style>
a { background-color: #B681A8; }
a { background-color: rgb(182,129,168); }
div.DivClassName
{
background-color: #B681A8;
}
.BgClassName
{
background-color: #B681A8;
}
</style>
border-color css
<style>
span { border-color: #B681A8; }
span { border-color: rgb(182,129,168); }
td.TdClassName
{
border-color: #B681A8;
}
.TagClassName
{
border-color: #B681A8;
}
</style>