Shades of Hopbush #BE749B
Tints of Hopbush #BE749B
RGB
CMYK
RGB Variations
Color information
#BE749B (or 0xBE749B) is known color: Hopbush. HEX triplet: BE, 74 and 9B. RGB value is (190,116,155). Sum of RGB (Red+Green+Blue) = 190+116+155=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE749B is #418B64. Grayscale: #8E8E8E. Windows color (decimal): -4295525 or 10187966. OLE color: 10187966.
HSL color Cylindrical-coordinate representation of color #BE749B: hue angle of 328.38º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE749B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 155 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.25 |
| HSL | 328.38º | 0.36% | 0.6% | - |
| HSV(B) | 328.38º | 0.39% | 0.75% | - |
| XYZ | 33.4 | 25.8 | 34.23 | - |
| YUV | 142.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 155 | 0 | 0.39 | 0.18 | 0.25 | 328.38 | 0.36 | 0.6 |
| Hex | BE | 74 | 9B | 0 | 27 | 12 | 19 | 148 | 24 | 3C |
| Octal | 276 | 164 | 233 | 0 | 47 | 22 | 31 | 510 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10011011 | 0 | 100111 | 10010 | 11001 | 101001000 | 100100 | 111100 |
Color Harmonies of #BE749B
Complementary color
Monochromatic Colors of #BE749B
Black with #BE749B
Text Example
Text Example
White with #BE749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE749B; }
p { color: rgb(190,116,155); }
H1.HeaderClassName
{
color: #BE749B;
}
.AnyTagClassName
{
color: #BE749B;
}
</style>
background-color css
<style>
a { background-color: #BE749B; }
a { background-color: rgb(190,116,155); }
div.DivClassName
{
background-color: #BE749B;
}
.BgClassName
{
background-color: #BE749B;
}
</style>
border-color css
<style>
span { border-color: #BE749B; }
span { border-color: rgb(190,116,155); }
td.TdClassName
{
border-color: #BE749B;
}
.TagClassName
{
border-color: #BE749B;
}
</style>