Html Css Color HEX #BE4077 Royal Heath

📋 copy color: '#BE4077'

red 190 ◦ green 64 ◦ blue 119

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

Shades of Royal Heath #BE4077

Tints of Royal Heath #BE4077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 50.94%
G = 17.16%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE4077 (or 0xBE4077) is known color: Royal Heath. HEX triplet: BE, 40 and 77. RGB value is (190,64,119). Sum of RGB (Red+Green+Blue) = 190+64+119=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4077 is #41BF88. Grayscale: #6B6B6B. Windows color (decimal): -4308873 or 7815358. OLE color: 7815358.

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

Color convert

RGB 190 64 119 -
CMYK 0 0.66 0.37 0.25
HSL 333.81º 0.5% 0.5% -
HSV(B) 333.81º 0.66% 0.75% -
XYZ 26.4 15.95 19.14 -
YUV 107.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 190 64 119 0 0.66 0.37 0.25 333.81 0.5 0.5
Hex BE 40 77 0 42 25 19 14E 32 32
Octal 276 100 167 0 102 45 31 516 62 62
Binary 10111110 1000000 1110111 0 1000010 100101 11001 101001110 110010 110010

Color Harmonies of #BE4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4077

Black with #BE4077

Text Example


Text Example

White with #BE4077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4077; }

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

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

background-color css

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

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

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

border-color css

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

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

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