Html Css Color HEX #BE4570 Royal Heath

📋 copy color: '#BE4570'

red 190 ◦ green 69 ◦ blue 112

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

Shades of Royal Heath #BE4570

Tints of Royal Heath #BE4570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 51.21%
G = 18.6%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE4570 (or 0xBE4570) is known color: Royal Heath. HEX triplet: BE, 45 and 70. RGB value is (190,69,112). Sum of RGB (Red+Green+Blue) = 190+69+112=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4570 is #41BA8F. Grayscale: #6E6E6E. Windows color (decimal): -4307600 or 7357886. OLE color: 7357886.

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

Color convert

RGB 190 69 112 -
CMYK 0 0.64 0.41 0.25
HSL 338.68º 0.48% 0.51% -
HSV(B) 338.68º 0.64% 0.75% -
XYZ 26.29 16.37 17.1 -
YUV 110.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 190 69 112 0 0.64 0.41 0.25 338.68 0.48 0.51
Hex BE 45 70 0 40 29 19 153 30 33
Octal 276 105 160 0 100 51 31 523 60 63
Binary 10111110 1000101 1110000 0 1000000 101001 11001 101010011 110000 110011

Color Harmonies of #BE4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4570

Black with #BE4570

Text Example


Text Example

White with #BE4570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4570; }

 p { color: rgb(190,69,112); }

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

background-color css

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

 a { background-color: rgb(190,69,112); }

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

border-color css

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

 span { border-color: rgb(190,69,112); }

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