#BE7292

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

Shades of Hopbush #BE7292

Tints of Hopbush #BE7292

Color information

#BE7292 (or 0xBE7292) is unknown color: approx Hopbush. HEX triplet: BE, 72 and 92. RGB value is (190,114,146). Sum of RGB (Red+Green+Blue) = 190+114+146=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7292 is #418D6D. Grayscale: #8C8C8C. Windows color (decimal): -4296046 or 9597630. OLE color: 9597630.

HSL color Cylindrical-coordinate representation of color #BE7292: hue angle of 334.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7292 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190114146-
CMYK00.400.230.25
HSL334.74º36.89%59.61%-
HSV(B)334.74º40%74.51%-
XYZ32.4425.0630.32-
YUV140.37131.18163.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=42.22%
G=25.33%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011414600.400.230.25334.7436.8959.61
HexBE7292028171914f253c
Octal27616222205027315174574
Binary1011111011100101001001001010001011111001101001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7292; }

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

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

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

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

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

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

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

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