Html Css Color HEX #BE577A Royal Heath

📋 copy color: '#BE577A'

red 190 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #BE577A

Tints of Royal Heath #BE577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 47.62%
G = 21.8%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE577A (or 0xBE577A) is known color: Royal Heath. HEX triplet: BE, 57 and 7A. RGB value is (190,87,122). Sum of RGB (Red+Green+Blue) = 190+87+122=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE577A is #41A885. Grayscale: #797979. Windows color (decimal): -4302982 or 8017854. OLE color: 8017854.

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

Color convert

RGB 190 87 122 -
CMYK 0 0.54 0.36 0.25
HSL 339.61º 0.44% 0.54% -
HSV(B) 339.61º 0.54% 0.75% -
XYZ 28.16 19.17 20.63 -
YUV 121.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 190 87 122 0 0.54 0.36 0.25 339.61 0.44 0.54
Hex BE 57 7A 0 36 24 19 154 2C 36
Octal 276 127 172 0 66 44 31 524 54 66
Binary 10111110 1010111 1111010 0 110110 100100 11001 101010100 101100 110110

Color Harmonies of #BE577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE577A

Black with #BE577A

Text Example


Text Example

White with #BE577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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