Html Css Color HEX #BE527A Royal Heath

📋 copy color: '#BE527A'

red 190 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #BE527A

Tints of Royal Heath #BE527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.81%

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

R = 48.22%
G = 20.81%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE527A (or 0xBE527A) is known color: Royal Heath. HEX triplet: BE, 52 and 7A. RGB value is (190,82,122). Sum of RGB (Red+Green+Blue) = 190+82+122=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE527A is #41AD85. Grayscale: #767676. Windows color (decimal): -4304262 or 8016574. OLE color: 8016574.

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

Color convert

RGB 190 82 122 -
CMYK 0 0.57 0.36 0.25
HSL 337.78º 0.45% 0.53% -
HSV(B) 337.78º 0.57% 0.75% -
XYZ 27.77 18.39 20.5 -
YUV 118.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 190 82 122 0 0.57 0.36 0.25 337.78 0.45 0.53
Hex BE 52 7A 0 39 24 19 152 2D 35
Octal 276 122 172 0 71 44 31 522 55 65
Binary 10111110 1010010 1111010 0 111001 100100 11001 101010010 101101 110101

Color Harmonies of #BE527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE527A

Black with #BE527A

Text Example


Text Example

White with #BE527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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