#BE4272

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

Shades of Royal Heath #BE4272

Tints of Royal Heath #BE4272

Color information

#BE4272 (or 0xBE4272) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 72. RGB value is (190,66,114). Sum of RGB (Red+Green+Blue) = 190+66+114=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4272 is #41BD8D. Grayscale: #6C6C6C. Windows color (decimal): -4308366 or 7488190. OLE color: 7488190.

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

Color convert

RGB19066114-
CMYK00.650.400.25
HSL336.77º48.82%50.2%-
HSV(B)336.77º65.26%74.51%-
XYZ26.2216.0617.64-
YUV108.55131.08186.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=51.35%
G=17.84%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906611400.650.400.25336.7748.8250.2
HexBE427204128191513132
Octal276102162010150315216162
Binary10111110100001011100100100000110100011001101010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4272; }

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

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

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

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

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

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

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

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