Html Css Color HEX #BE537B Royal Heath

📋 copy color: '#BE537B'

red 190 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #BE537B

Tints of Royal Heath #BE537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 47.98%
G = 20.96%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE537B (or 0xBE537B) is known color: Royal Heath. HEX triplet: BE, 53 and 7B. RGB value is (190,83,123). Sum of RGB (Red+Green+Blue) = 190+83+123=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE537B is #41AC84. Grayscale: #777777. Windows color (decimal): -4304005 or 8082366. OLE color: 8082366.

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

Color convert

RGB 190 83 123 -
CMYK 0 0.56 0.35 0.25
HSL 337.57º 0.45% 0.54% -
HSV(B) 337.57º 0.56% 0.75% -
XYZ 27.9 18.56 20.85 -
YUV 119.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 190 83 123 0 0.56 0.35 0.25 337.57 0.45 0.54
Hex BE 53 7B 0 38 23 19 152 2D 36
Octal 276 123 173 0 70 43 31 522 55 66
Binary 10111110 1010011 1111011 0 111000 100011 11001 101010010 101101 110110

Color Harmonies of #BE537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE537B

Black with #BE537B

Text Example


Text Example

White with #BE537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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