#BE396E

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

Shades of Royal Heath #BE396E

Tints of Royal Heath #BE396E

Color information

#BE396E (or 0xBE396E) is unknown color: approx Royal Heath. HEX triplet: BE, 39 and 6E. RGB value is (190,57,110). Sum of RGB (Red+Green+Blue) = 190+57+110=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE396E is #41C691. Grayscale: #666666. Windows color (decimal): -4310674 or 7223742. OLE color: 7223742.

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

Color convert

RGB19057110-
CMYK00.70.420.25
HSL336.09º53.85%48.43%-
HSV(B)336.09º70%74.51%-
XYZ25.511516.3-
YUV102.81132.06190.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=53.22%
G=15.97%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905711000.70.420.25336.0953.8548.43
HexBE396E0462A191503630
Octal27671156010652315206660
Binary1011111011100111011100100011010101011001101010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE396E; }

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

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

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

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

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

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

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

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