#BE7C99

Color #BE7C99 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BE7C99

Tints of Hopbush #BE7C99

Color information

#BE7C99 (or 0xBE7C99) is unknown color: approx Hopbush. HEX triplet: BE, 7C and 99. RGB value is (190,124,153). Sum of RGB (Red+Green+Blue) = 190+124+153=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C99 is #418366. Grayscale: #929292. Windows color (decimal): -4293479 or 10058942. OLE color: 10058942.

HSL color Cylindrical-coordinate representation of color #BE7C99: hue angle of 333.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7C99 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190124153-
CMYK00.350.190.25
HSL333.64º33.67%61.57%-
HSV(B)333.64º34.74%74.51%-
XYZ34.1927.6633.67-
YUV147.04131.37158.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=40.69%
G=26.55%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012415300.350.190.25333.6433.6761.57
HexBE7C99023131914e223e
Octal27617423104323315164276
Binary1011111011111001001100101000111001111001101001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C99; }

 p { color: rgb(190,124,153); }

 H1.HeaderClassName
 {
   color: #BE7C99;
 }
 .AnyTagClassName
 {
   color: #BE7C99;
 }
</style>
background-color css

<style>
 a { background-color: #BE7C99; }

 a { background-color: rgb(190,124,153); }

 div.DivClassName
 {
   background-color: #BE7C99;
 }
 .BgClassName
 {
   background-color: #BE7C99;
 }
</style>
border-color css

<style>
 span { border-color: #BE7C99; }

 span { border-color: rgb(190,124,153); }

 td.TdClassName
 {
   border-color: #BE7C99;
 }
 .TagClassName
 {
   border-color: #BE7C99;
 }
</style>