#BE4271

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

Shades of Royal Heath #BE4271

Tints of Royal Heath #BE4271

Color information

#BE4271 (or 0xBE4271) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 71. RGB value is (190,66,113). Sum of RGB (Red+Green+Blue) = 190+66+113=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4271 is #41BD8E. Grayscale: #6C6C6C. Windows color (decimal): -4308367 or 7422654. OLE color: 7422654.

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

Color convert

RGB19066113-
CMYK00.650.410.25
HSL337.26º48.82%50.2%-
HSV(B)337.26º65.26%74.51%-
XYZ26.1616.0417.34-
YUV108.43130.58186.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=51.49%
G=17.89%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906611300.650.410.25337.2648.8250.2
HexBE427104129191513132
Octal276102161010151315216162
Binary10111110100001011100010100000110100111001101010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4271; }

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

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

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

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

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

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

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

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