Html Css Color HEX #BE4572 Royal Heath

📋 copy color: '#BE4572'

red 190 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #BE4572

Tints of Royal Heath #BE4572

RGB

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

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

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

R = 50.94%
G = 18.5%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE4572 (or 0xBE4572) is known color: Royal Heath. HEX triplet: BE, 45 and 72. RGB value is (190,69,114). Sum of RGB (Red+Green+Blue) = 190+69+114=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4572 is #41BA8D. Grayscale: #6E6E6E. Windows color (decimal): -4307598 or 7488958. OLE color: 7488958.

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

Color convert

RGB 190 69 114 -
CMYK 0 0.64 0.40 0.25
HSL 337.69º 0.48% 0.51% -
HSV(B) 337.69º 0.64% 0.75% -
XYZ 26.4 16.42 17.7 -
YUV 110.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 190 69 114 0 0.64 0.40 0.25 337.69 0.48 0.51
Hex BE 45 72 0 40 28 19 152 30 33
Octal 276 105 162 0 100 50 31 522 60 63
Binary 10111110 1000101 1110010 0 1000000 101000 11001 101010010 110000 110011

Color Harmonies of #BE4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4572

Black with #BE4572

Text Example


Text Example

White with #BE4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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