#BE7295

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

Shades of Hopbush #BE7295

Tints of Hopbush #BE7295

Color information

#BE7295 (or 0xBE7295) is unknown color: approx Hopbush. HEX triplet: BE, 72 and 95. RGB value is (190,114,149). Sum of RGB (Red+Green+Blue) = 190+114+149=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7295 is #418D6A. Grayscale: #8C8C8C. Windows color (decimal): -4296043 or 9794238. OLE color: 9794238.

HSL color Cylindrical-coordinate representation of color #BE7295: hue angle of 332.37º 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 #BE7295 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190114149-
CMYK00.400.220.25
HSL332.37º36.89%59.61%-
HSV(B)332.37º40%74.51%-
XYZ32.6825.1531.57-
YUV140.71132.68163.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=41.94%
G=25.17%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011414900.400.220.25332.3736.8959.61
HexBE7295028161914c253c
Octal27616222505026315144574
Binary1011111011100101001010101010001011011001101001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7295; }

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

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

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

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

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

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

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

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