Html Css Color HEX #BE577E Royal Heath

📋 copy color: '#BE577E'

red 190 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #BE577E

Tints of Royal Heath #BE577E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.59%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 47.15%
G = 21.59%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE577E (or 0xBE577E) is known color: Royal Heath. HEX triplet: BE, 57 and 7E. RGB value is (190,87,126). Sum of RGB (Red+Green+Blue) = 190+87+126=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE577E is #41A881. Grayscale: #7A7A7A. Windows color (decimal): -4302978 or 8279998. OLE color: 8279998.

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

Color convert

RGB 190 87 126 -
CMYK 0 0.54 0.34 0.25
HSL 337.28º 0.44% 0.54% -
HSV(B) 337.28º 0.54% 0.75% -
XYZ 28.41 19.27 21.96 -
YUV 122.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 190 87 126 0 0.54 0.34 0.25 337.28 0.44 0.54
Hex BE 57 7E 0 36 22 19 151 2C 36
Octal 276 127 176 0 66 42 31 521 54 66
Binary 10111110 1010111 1111110 0 110110 100010 11001 101010001 101100 110110

Color Harmonies of #BE577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE577E

Black with #BE577E

Text Example


Text Example

White with #BE577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE577E; }

 p { color: rgb(190,87,126); }

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

background-color css

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

 a { background-color: rgb(190,87,126); }

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

border-color css

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

 span { border-color: rgb(190,87,126); }

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