#BE4274

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

Shades of Royal Heath #BE4274

Tints of Royal Heath #BE4274

Color information

#BE4274 (or 0xBE4274) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 74. RGB value is (190,66,116). Sum of RGB (Red+Green+Blue) = 190+66+116=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4274 is #41BD8B. Grayscale: #6C6C6C. Windows color (decimal): -4308364 or 7619262. OLE color: 7619262.

HSL color Cylindrical-coordinate representation of color #BE4274: hue angle of 335.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4274 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19066116-
CMYK00.650.390.25
HSL335.81º48.82%50.2%-
HSV(B)335.81º65.26%74.51%-
XYZ26.3416.118.24-
YUV108.78132.08185.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=51.08%
G=17.74%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906611600.650.390.25335.8148.8250.2
HexBE427404127191503132
Octal276102164010147315206162
Binary10111110100001011101000100000110011111001101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4274; }

 p { color: rgb(190,66,116); }

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

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

 a { background-color: rgb(190,66,116); }

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

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

 span { border-color: rgb(190,66,116); }

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