Shades of Bouquet #BE75A1
Tints of Bouquet #BE75A1
RGB
CMYK
RGB Variations
Color information
#BE75A1 (or 0xBE75A1) is known color: Bouquet. HEX triplet: BE, 75 and A1. RGB value is (190,117,161). Sum of RGB (Red+Green+Blue) = 190+117+161=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A1 is #418A5E. Grayscale: #8F8F8F. Windows color (decimal): -4295263 or 10581438. OLE color: 10581438.
HSL color Cylindrical-coordinate representation of color #BE75A1: hue angle of 323.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE75A1 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 161 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.25 |
| HSL | 323.84º | 0.36% | 0.6% | - |
| HSV(B) | 323.84º | 0.38% | 0.75% | - |
| XYZ | 34.03 | 26.24 | 36.99 | - |
| YUV | 143.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 161 | 0 | 0.38 | 0.15 | 0.25 | 323.84 | 0.36 | 0.6 |
| Hex | BE | 75 | A1 | 0 | 26 | F | 19 | 144 | 24 | 3C |
| Octal | 276 | 165 | 241 | 0 | 46 | 17 | 31 | 504 | 44 | 74 |
| Binary | 10111110 | 1110101 | 10100001 | 0 | 100110 | 1111 | 11001 | 101000100 | 100100 | 111100 |
Color Harmonies of #BE75A1
Complementary color
Monochromatic Colors of #BE75A1
Black with #BE75A1
Text Example
Text Example
White with #BE75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75A1; }
p { color: rgb(190,117,161); }
H1.HeaderClassName
{
color: #BE75A1;
}
.AnyTagClassName
{
color: #BE75A1;
}
</style>
background-color css
<style>
a { background-color: #BE75A1; }
a { background-color: rgb(190,117,161); }
div.DivClassName
{
background-color: #BE75A1;
}
.BgClassName
{
background-color: #BE75A1;
}
</style>
border-color css
<style>
span { border-color: #BE75A1; }
span { border-color: rgb(190,117,161); }
td.TdClassName
{
border-color: #BE75A1;
}
.TagClassName
{
border-color: #BE75A1;
}
</style>