Html Css Color HEX #BE5275 Royal Heath

📋 copy color: '#BE5275'

red 190 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #BE5275

Tints of Royal Heath #BE5275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 48.84%
G = 21.08%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE5275 (or 0xBE5275) is known color: Royal Heath. HEX triplet: BE, 52 and 75. RGB value is (190,82,117). Sum of RGB (Red+Green+Blue) = 190+82+117=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5275 is #41AD8A. Grayscale: #767676. Windows color (decimal): -4304267 or 7688894. OLE color: 7688894.

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

Color convert

RGB 190 82 117 -
CMYK 0 0.57 0.38 0.25
HSL 340.56º 0.45% 0.53% -
HSV(B) 340.56º 0.57% 0.75% -
XYZ 27.46 18.27 18.91 -
YUV 118.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 190 82 117 0 0.57 0.38 0.25 340.56 0.45 0.53
Hex BE 52 75 0 39 26 19 155 2D 35
Octal 276 122 165 0 71 46 31 525 55 65
Binary 10111110 1010010 1110101 0 111001 100110 11001 101010101 101101 110101

Color Harmonies of #BE5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5275

Black with #BE5275

Text Example


Text Example

White with #BE5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5275; }

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

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

background-color css

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

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

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

border-color css

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

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

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