#BE7697

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

Shades of Hopbush #BE7697

Tints of Hopbush #BE7697

Color information

#BE7697 (or 0xBE7697) is unknown color: approx Hopbush. HEX triplet: BE, 76 and 97. RGB value is (190,118,151). Sum of RGB (Red+Green+Blue) = 190+118+151=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7697 is #418968. Grayscale: #8F8F8F. Windows color (decimal): -4295017 or 9926334. OLE color: 9926334.

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

Color convert

RGB190118151-
CMYK00.380.210.25
HSL332.5º35.64%60.39%-
HSV(B)332.5º37.89%74.51%-
XYZ33.326.1432.57-
YUV143.29132.35161.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=41.39%
G=25.71%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011815100.380.210.25332.535.6460.39
HexBE7697026151914c243c
Octal27616622704625315144474
Binary1011111011101101001011101001101010111001101001100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7697; }

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

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

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

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

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

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

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

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