Html Css Color HEX #BE4074 Royal Heath

📋 copy color: '#BE4074'

red 190 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #BE4074

Tints of Royal Heath #BE4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 51.35%
G = 17.3%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4074 (or 0xBE4074) is known color: Royal Heath. HEX triplet: BE, 40 and 74. RGB value is (190,64,116). Sum of RGB (Red+Green+Blue) = 190+64+116=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4074 is #41BF8B. Grayscale: #6B6B6B. Windows color (decimal): -4308876 or 7618750. OLE color: 7618750.

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

Color convert

RGB 190 64 116 -
CMYK 0 0.66 0.39 0.25
HSL 335.24º 0.5% 0.5% -
HSV(B) 335.24º 0.66% 0.75% -
XYZ 26.22 15.87 18.21 -
YUV 107.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 190 64 116 0 0.66 0.39 0.25 335.24 0.5 0.5
Hex BE 40 74 0 42 27 19 14F 32 32
Octal 276 100 164 0 102 47 31 517 62 62
Binary 10111110 1000000 1110100 0 1000010 100111 11001 101001111 110010 110010

Color Harmonies of #BE4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4074

Black with #BE4074

Text Example


Text Example

White with #BE4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4074; }

 p { color: rgb(190,64,116); }

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

background-color css

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

 a { background-color: rgb(190,64,116); }

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

border-color css

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

 span { border-color: rgb(190,64,116); }

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