#BE3570

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

Shades of Royal Heath #BE3570

Tints of Royal Heath #BE3570

Color information

#BE3570 (or 0xBE3570) is unknown color: approx Royal Heath. HEX triplet: BE, 35 and 70. RGB value is (190,53,112). Sum of RGB (Red+Green+Blue) = 190+53+112=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3570 is #41CA8F. Grayscale: #646464. Windows color (decimal): -4311696 or 7353790. OLE color: 7353790.

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

Color convert

RGB19053112-
CMYK00.720.410.25
HSL334.16º56.38%47.65%-
HSV(B)334.16º72.11%74.51%-
XYZ25.4314.6616.82-
YUV100.69134.39191.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=53.52%
G=14.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905311200.720.410.25334.1656.3847.65
HexBE3570048291914e3830
Octal27665160011051315167060
Binary1011111011010111100000100100010100111001101001110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3570; }

 p { color: rgb(190,53,112); }

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

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

 a { background-color: rgb(190,53,112); }

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

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

 span { border-color: rgb(190,53,112); }

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