#BE416A

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

Shades of Royal Heath #BE416A

Tints of Royal Heath #BE416A

Color information

#BE416A (or 0xBE416A) is unknown color: approx Royal Heath. HEX triplet: BE, 41 and 6A. RGB value is (190,65,106). Sum of RGB (Red+Green+Blue) = 190+65+106=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE416A is #41BE95. Grayscale: #6B6B6B. Windows color (decimal): -4308630 or 6963646. OLE color: 6963646.

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

Color convert

RGB19065106-
CMYK00.660.440.25
HSL340.32º49.02%50%-
HSV(B)340.32º65.79%74.51%-
XYZ25.7315.7715.32-
YUV107.05127.41187.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=52.63%
G=18.01%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906510600.660.440.25340.3249.0250
HexBE416A0422C191543132
Octal276101152010254315246162
Binary10111110100000111010100100001010110011001101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE416A; }

 p { color: rgb(190,65,106); }

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

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

 a { background-color: rgb(190,65,106); }

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

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

 span { border-color: rgb(190,65,106); }

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