Html Css Color HEX #BE4673 Royal Heath

📋 copy color: '#BE4673'

red 190 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #BE4673

Tints of Royal Heath #BE4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 50.67%
G = 18.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4673 (or 0xBE4673) is known color: Royal Heath. HEX triplet: BE, 46 and 73. RGB value is (190,70,115). Sum of RGB (Red+Green+Blue) = 190+70+115=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4673 is #41B98C. Grayscale: #6E6E6E. Windows color (decimal): -4307341 or 7554750. OLE color: 7554750.

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

Color convert

RGB 190 70 115 -
CMYK 0 0.63 0.39 0.25
HSL 337.5º 0.48% 0.51% -
HSV(B) 337.5º 0.63% 0.75% -
XYZ 26.52 16.57 18.02 -
YUV 111.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 190 70 115 0 0.63 0.39 0.25 337.5 0.48 0.51
Hex BE 46 73 0 3F 27 19 152 30 33
Octal 276 106 163 0 77 47 31 522 60 63
Binary 10111110 1000110 1110011 0 111111 100111 11001 101010010 110000 110011

Color Harmonies of #BE4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4673

Black with #BE4673

Text Example


Text Example

White with #BE4673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4673; }

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

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

background-color css

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

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

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

border-color css

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

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

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