Html Css Color HEX #BE416E Royal Heath

📋 copy color: '#BE416E'

red 190 ◦ green 65 ◦ blue 110

#BE416E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BE416E

Tints of Royal Heath #BE416E

RGB

 RED value IS 190 (74.61% from 255) = 52.05%

 GREEN value IS 65 (25.78% from 255) = 17.81%

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 52.05%
G = 17.81%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE416E (or 0xBE416E) is known color: Royal Heath. HEX triplet: BE, 41 and 6E. RGB value is (190,65,110). Sum of RGB (Red+Green+Blue) = 190+65+110=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE416E is #41BE91. Grayscale: #6B6B6B. Windows color (decimal): -4308626 or 7225790. OLE color: 7225790.

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

Color convert

RGB 190 65 110 -
CMYK 0 0.66 0.42 0.25
HSL 338.4º 0.49% 0.5% -
HSV(B) 338.4º 0.66% 0.75% -
XYZ 25.94 15.85 16.44 -
YUV 107.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 190 65 110 0 0.66 0.42 0.25 338.4 0.49 0.5
Hex BE 41 6E 0 42 2A 19 152 31 32
Octal 276 101 156 0 102 52 31 522 61 62
Binary 10111110 1000001 1101110 0 1000010 101010 11001 101010010 110001 110010

Color Harmonies of #BE416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE416E

Black with #BE416E

Text Example


Text Example

White with #BE416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE416E; }

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

 H1.HeaderClassName
 {
   color: #BE416E;
 }
 .AnyTagClassName
 {
   color: #BE416E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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