#BE7397

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

Shades of Hopbush #BE7397

Tints of Hopbush #BE7397

Color information

#BE7397 (or 0xBE7397) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 97. RGB value is (190,115,151). Sum of RGB (Red+Green+Blue) = 190+115+151=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7397 is #418C68. Grayscale: #8D8D8D. Windows color (decimal): -4295785 or 9925566. OLE color: 9925566.

HSL color Cylindrical-coordinate representation of color #BE7397: hue angle of 331.2º degrees, saturation: 0.37, 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 #BE7397 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190115151-
CMYK00.390.210.25
HSL331.2º36.59%59.8%-
HSV(B)331.2º39.47%74.51%-
XYZ32.9525.4432.45-
YUV141.53133.35162.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=41.67%
G=25.22%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011515100.390.210.25331.236.5959.8
HexBE7397027151914b253c
Octal27616322704725315134574
Binary1011111011100111001011101001111010111001101001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7397; }

 p { color: rgb(190,115,151); }

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

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

 a { background-color: rgb(190,115,151); }

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

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

 span { border-color: rgb(190,115,151); }

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