Html Css Color HEX #BE4873 Royal Heath

📋 copy color: '#BE4873'

red 190 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #BE4873

Tints of Royal Heath #BE4873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 50.4%
G = 19.1%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4873 (or 0xBE4873) is known color: Royal Heath. HEX triplet: BE, 48 and 73. RGB value is (190,72,115). Sum of RGB (Red+Green+Blue) = 190+72+115=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4873 is #41B78C. Grayscale: #707070. Windows color (decimal): -4306829 or 7555262. OLE color: 7555262.

HSL color Cylindrical-coordinate representation of color #BE4873: hue angle of 338.14º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4873 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 115 -
CMYK 0 0.62 0.39 0.25
HSL 338.14º 0.48% 0.51% -
HSV(B) 338.14º 0.62% 0.75% -
XYZ 26.65 16.82 18.06 -
YUV 112.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 190 72 115 0 0.62 0.39 0.25 338.14 0.48 0.51
Hex BE 48 73 0 3E 27 19 152 30 33
Octal 276 110 163 0 76 47 31 522 60 63
Binary 10111110 1001000 1110011 0 111110 100111 11001 101010010 110000 110011

Color Harmonies of #BE4873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4873

Black with #BE4873

Text Example


Text Example

White with #BE4873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4873; }

 p { color: rgb(190,72,115); }

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

background-color css

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

 a { background-color: rgb(190,72,115); }

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

border-color css

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

 span { border-color: rgb(190,72,115); }

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