Html Css Color HEX #BE4470 Royal Heath

📋 copy color: '#BE4470'

red 190 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #BE4470

Tints of Royal Heath #BE4470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 51.35%
G = 18.38%
B = 30.27%

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

#BE4470 (or 0xBE4470) is known color: Royal Heath. HEX triplet: BE, 44 and 70. RGB value is (190,68,112). Sum of RGB (Red+Green+Blue) = 190+68+112=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4470 is #41BB8F. Grayscale: #6D6D6D. Windows color (decimal): -4307856 or 7357630. OLE color: 7357630.

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

Color convert

RGB 190 68 112 -
CMYK 0 0.64 0.41 0.25
HSL 338.36º 0.48% 0.51% -
HSV(B) 338.36º 0.64% 0.75% -
XYZ 26.23 16.25 17.08 -
YUV 109.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 190 68 112 0 0.64 0.41 0.25 338.36 0.48 0.51
Hex BE 44 70 0 40 29 19 152 30 33
Octal 276 104 160 0 100 51 31 522 60 63
Binary 10111110 1000100 1110000 0 1000000 101001 11001 101010010 110000 110011

Color Harmonies of #BE4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4470

Black with #BE4470

Text Example


Text Example

White with #BE4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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