Shades of Bouquet #B782A4
Tints of Bouquet #B782A4
RGB
CMYK
RGB Variations
Color information
#B782A4 (or 0xB782A4) is known color: Bouquet. HEX triplet: B7, 82 and A4. RGB value is (183,130,164). Sum of RGB (Red+Green+Blue) = 183+130+164=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B782A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782A4 is #487D5B. Grayscale: #959595. Windows color (decimal): -4750684 or 10781367. OLE color: 10781367.
HSL color Cylindrical-coordinate representation of color #B782A4: hue angle of 321.51º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B782A4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 164 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.28 |
| HSL | 321.51º | 0.27% | 0.61% | - |
| HSV(B) | 321.51º | 0.29% | 0.72% | - |
| XYZ | 34.21 | 28.71 | 38.86 | - |
| YUV | 149.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 164 | 0 | 0.29 | 0.10 | 0.28 | 321.51 | 0.27 | 0.61 |
| Hex | B7 | 82 | A4 | 0 | 1D | A | 1C | 142 | 1B | 3D |
| Octal | 267 | 202 | 244 | 0 | 35 | 12 | 34 | 502 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10100100 | 0 | 11101 | 1010 | 11100 | 101000010 | 11011 | 111101 |
Color Harmonies of #B782A4
Complementary color
Monochromatic Colors of #B782A4
Black with #B782A4
Text Example
Text Example
White with #B782A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782A4; }
p { color: rgb(183,130,164); }
H1.HeaderClassName
{
color: #B782A4;
}
.AnyTagClassName
{
color: #B782A4;
}
</style>
background-color css
<style>
a { background-color: #B782A4; }
a { background-color: rgb(183,130,164); }
div.DivClassName
{
background-color: #B782A4;
}
.BgClassName
{
background-color: #B782A4;
}
</style>
border-color css
<style>
span { border-color: #B782A4; }
span { border-color: rgb(183,130,164); }
td.TdClassName
{
border-color: #B782A4;
}
.TagClassName
{
border-color: #B782A4;
}
</style>