#BE7992

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

Shades of Hopbush #BE7992

Tints of Hopbush #BE7992

Color information

#BE7992 (or 0xBE7992) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 92. RGB value is (190,121,146). Sum of RGB (Red+Green+Blue) = 190+121+146=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7992 is #41866D. Grayscale: #909090. Windows color (decimal): -4294254 or 9599422. OLE color: 9599422.

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

Color convert

RGB190121146-
CMYK00.360.230.25
HSL338.26º34.67%60.98%-
HSV(B)338.26º36.32%74.51%-
XYZ33.2626.730.59-
YUV144.48128.86160.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=41.58%
G=26.48%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012114600.360.230.25338.2634.6760.98
HexBE79920241719152233d
Octal27617122204427315224375
Binary1011111011110011001001001001001011111001101010010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7992; }

 p { color: rgb(190,121,146); }

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

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

 a { background-color: rgb(190,121,146); }

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

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

 span { border-color: rgb(190,121,146); }

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