#be3a6e

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

Shades of Royal Heath #BE3A6E

Tints of Royal Heath #BE3A6E

Color information

#BE3A6E (or 0xBE3A6E) is unknown color: approx Royal Heath. HEX triplet: BE, 3A and 6E. RGB value is (190,58,110). Sum of RGB (Red+Green+Blue) = 190+58+110=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A6E is #41C591. Grayscale: #676767. Windows color (decimal): -4310418 or 7223998. OLE color: 7223998.

HSL color Cylindrical-coordinate representation of color #BE3A6E: hue angle of 336.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A6E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19058110-
CMYK00.690.420.25
HSL336.36º53.23%48.63%-
HSV(B)336.36º69.47%74.51%-
XYZ25.5615.116.32-
YUV103.4131.73189.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.07%
GREEN value IS 58 (23.05% from 255) = 16.20%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=53.07%
G=16.20%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905811000.690.420.25336.3653.2348.63
HexBE3A6E0452A191503531
Octal27672156010552315206561
Binary1011111011101011011100100010110101011001101010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3a6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3a6e; }

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

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

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

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

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

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

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

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