Html Css Color HEX #BE5072 Royal Heath

📋 copy color: '#BE5072'

red 190 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #BE5072

Tints of Royal Heath #BE5072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 49.48%
G = 20.83%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE5072 (or 0xBE5072) is known color: Royal Heath. HEX triplet: BE, 50 and 72. RGB value is (190,80,114). Sum of RGB (Red+Green+Blue) = 190+80+114=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5072 is #41AF8D. Grayscale: #747474. Windows color (decimal): -4304782 or 7491774. OLE color: 7491774.

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

Color convert

RGB 190 80 114 -
CMYK 0 0.58 0.40 0.25
HSL 341.45º 0.46% 0.53% -
HSV(B) 341.45º 0.58% 0.75% -
XYZ 27.14 17.9 17.94 -
YUV 116.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 190 80 114 0 0.58 0.40 0.25 341.45 0.46 0.53
Hex BE 50 72 0 3A 28 19 155 2E 35
Octal 276 120 162 0 72 50 31 525 56 65
Binary 10111110 1010000 1110010 0 111010 101000 11001 101010101 101110 110101

Color Harmonies of #BE5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5072

Black with #BE5072

Text Example


Text Example

White with #BE5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5072; }

 p { color: rgb(190,80,114); }

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

background-color css

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

 a { background-color: rgb(190,80,114); }

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

border-color css

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

 span { border-color: rgb(190,80,114); }

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