#BE7298

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

Shades of Hopbush #BE7298

Tints of Hopbush #BE7298

Color information

#BE7298 (or 0xBE7298) is unknown color: approx Hopbush. HEX triplet: BE, 72 and 98. RGB value is (190,114,152). Sum of RGB (Red+Green+Blue) = 190+114+152=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7298 is #418D67. Grayscale: #8C8C8C. Windows color (decimal): -4296040 or 9990846. OLE color: 9990846.

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

Color convert

RGB190114152-
CMYK00.400.20.25
HSL330º36.89%59.61%-
HSV(B)330º40%74.51%-
XYZ32.9225.2532.84-
YUV141.06134.18162.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011415200.400.20.2533036.8959.61
HexBE7298028141914a253c
Octal27616223005024315124574
Binary1011111011100101001100001010001010011001101001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7298; }

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

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

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

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

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

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

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

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