#BE7299

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

Shades of Hopbush #BE7299

Tints of Hopbush #BE7299

Color information

#BE7299 (or 0xBE7299) is unknown color: approx Hopbush. HEX triplet: BE, 72 and 99. RGB value is (190,114,153). Sum of RGB (Red+Green+Blue) = 190+114+153=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7299 is #418D66. Grayscale: #8D8D8D. Windows color (decimal): -4296039 or 10056382. OLE color: 10056382.

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

Color convert

RGB190114153-
CMYK00.400.190.25
HSL329.21º36.89%59.61%-
HSV(B)329.21º40%74.51%-
XYZ3325.2833.28-
YUV141.17134.68162.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=41.58%
G=24.95%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011415300.400.190.25329.2136.8959.61
HexBE72990281319149253c
Octal27616223105023315114574
Binary1011111011100101001100101010001001111001101001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7299; }

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

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

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

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

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

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

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

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