#BE3970

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

Shades of Royal Heath #BE3970

Tints of Royal Heath #BE3970

Color information

#BE3970 (or 0xBE3970) is unknown color: approx Royal Heath. HEX triplet: BE, 39 and 70. RGB value is (190,57,112). Sum of RGB (Red+Green+Blue) = 190+57+112=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3970 is #41C68F. Grayscale: #666666. Windows color (decimal): -4310672 or 7354814. OLE color: 7354814.

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

Color convert

RGB19057112-
CMYK00.70.410.25
HSL335.19º53.85%48.43%-
HSV(B)335.19º70%74.51%-
XYZ25.6215.0416.88-
YUV103.04133.06190.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=52.92%
G=15.88%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905711200.70.410.25335.1953.8548.43
HexBE3970046291914f3630
Octal27671160010651315176660
Binary1011111011100111100000100011010100111001101001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3970; }

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

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

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

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

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

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

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

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