Html Css Color HEX #BE537A Royal Heath

📋 copy color: '#BE537A'

red 190 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #BE537A

Tints of Royal Heath #BE537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

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

R = 48.1%
G = 21.01%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE537A (or 0xBE537A) is known color: Royal Heath. HEX triplet: BE, 53 and 7A. RGB value is (190,83,122). Sum of RGB (Red+Green+Blue) = 190+83+122=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE537A is #41AC85. Grayscale: #777777. Windows color (decimal): -4304006 or 8016830. OLE color: 8016830.

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

Color convert

RGB 190 83 122 -
CMYK 0 0.56 0.36 0.25
HSL 338.13º 0.45% 0.54% -
HSV(B) 338.13º 0.56% 0.75% -
XYZ 27.84 18.54 20.52 -
YUV 119.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 190 83 122 0 0.56 0.36 0.25 338.13 0.45 0.54
Hex BE 53 7A 0 38 24 19 152 2D 36
Octal 276 123 172 0 70 44 31 522 55 66
Binary 10111110 1010011 1111010 0 111000 100100 11001 101010010 101101 110110

Color Harmonies of #BE537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE537A

Black with #BE537A

Text Example


Text Example

White with #BE537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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