Html Css Color HEX #BE557A Royal Heath

📋 copy color: '#BE557A'

red 190 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #BE557A

Tints of Royal Heath #BE557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 47.86%
G = 21.41%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE557A (or 0xBE557A) is known color: Royal Heath. HEX triplet: BE, 55 and 7A. RGB value is (190,85,122). Sum of RGB (Red+Green+Blue) = 190+85+122=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE557A is #41AA85. Grayscale: #787878. Windows color (decimal): -4303494 or 8017342. OLE color: 8017342.

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

Color convert

RGB 190 85 122 -
CMYK 0 0.55 0.36 0.25
HSL 338.86º 0.45% 0.54% -
HSV(B) 338.86º 0.55% 0.75% -
XYZ 28 18.85 20.58 -
YUV 120.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 190 85 122 0 0.55 0.36 0.25 338.86 0.45 0.54
Hex BE 55 7A 0 37 24 19 153 2D 36
Octal 276 125 172 0 67 44 31 523 55 66
Binary 10111110 1010101 1111010 0 110111 100100 11001 101010011 101101 110110

Color Harmonies of #BE557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE557A

Black with #BE557A

Text Example


Text Example

White with #BE557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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