#BE7997

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

Shades of Hopbush #BE7997

Tints of Hopbush #BE7997

Color information

#BE7997 (or 0xBE7997) is unknown color: approx Hopbush. HEX triplet: BE, 79 and 97. RGB value is (190,121,151). Sum of RGB (Red+Green+Blue) = 190+121+151=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7997 is #418668. Grayscale: #919191. Windows color (decimal): -4294249 or 9927102. OLE color: 9927102.

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

Color convert

RGB190121151-
CMYK00.360.210.25
HSL333.91º34.67%60.98%-
HSV(B)333.91º36.32%74.51%-
XYZ33.6626.8632.69-
YUV145.05131.36160.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=41.13%
G=26.19%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012115100.360.210.25333.9134.6760.98
HexBE7997024151914e233d
Octal27617122704425315164375
Binary1011111011110011001011101001001010111001101001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7997; }

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

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

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

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

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

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

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

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