#BE6297

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

Shades of Hopbush #BE6297

Tints of Hopbush #BE6297

Color information

#BE6297 (or 0xBE6297) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 97. RGB value is (190,98,151). Sum of RGB (Red+Green+Blue) = 190+98+151=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6297 is #419D68. Grayscale: #838383. Windows color (decimal): -4300137 or 9921214. OLE color: 9921214.

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

Color convert

RGB19098151-
CMYK00.480.210.25
HSL325.43º41.44%56.47%-
HSV(B)325.43º48.42%74.51%-
XYZ31.1921.9231.86-
YUV131.55138.98169.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=43.28%
G=22.32%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815100.480.210.25325.4341.4456.47
HexBE629703015191452938
Octal27614222706025315055170
Binary1011111011000101001011101100001010111001101000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6297; }

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

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

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

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

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

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

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

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