Html Css Color HEX #BE4D6E Royal Heath

📋 copy color: '#BE4D6E'

red 190 ◦ green 77 ◦ blue 110

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

Shades of Royal Heath #BE4D6E

Tints of Royal Heath #BE4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 50.4%
G = 20.42%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE4D6E (or 0xBE4D6E) is known color: Royal Heath. HEX triplet: BE, 4D and 6E. RGB value is (190,77,110). Sum of RGB (Red+Green+Blue) = 190+77+110=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D6E is #41B291. Grayscale: #727272. Windows color (decimal): -4305554 or 7228862. OLE color: 7228862.

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

Color convert

RGB 190 77 110 -
CMYK 0 0.59 0.42 0.25
HSL 342.48º 0.47% 0.52% -
HSV(B) 342.48º 0.59% 0.75% -
XYZ 26.7 17.38 16.7 -
YUV 114.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 190 77 110 0 0.59 0.42 0.25 342.48 0.47 0.52
Hex BE 4D 6E 0 3B 2A 19 156 2F 34
Octal 276 115 156 0 73 52 31 526 57 64
Binary 10111110 1001101 1101110 0 111011 101010 11001 101010110 101111 110100

Color Harmonies of #BE4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D6E

Black with #BE4D6E

Text Example


Text Example

White with #BE4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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