Html Css Color HEX #BE4672 Royal Heath

📋 copy color: '#BE4672'

red 190 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #BE4672

Tints of Royal Heath #BE4672

RGB

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

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

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

R = 50.8%
G = 18.72%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE4672 (or 0xBE4672) is known color: Royal Heath. HEX triplet: BE, 46 and 72. RGB value is (190,70,114). Sum of RGB (Red+Green+Blue) = 190+70+114=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4672 is #41B98D. Grayscale: #6E6E6E. Windows color (decimal): -4307342 or 7489214. OLE color: 7489214.

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

Color convert

RGB 190 70 114 -
CMYK 0 0.63 0.40 0.25
HSL 338º 0.48% 0.51% -
HSV(B) 338º 0.63% 0.75% -
XYZ 26.46 16.54 17.72 -
YUV 110.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 190 70 114 0 0.63 0.40 0.25 338 0.48 0.51
Hex BE 46 72 0 3F 28 19 152 30 33
Octal 276 106 162 0 77 50 31 522 60 63
Binary 10111110 1000110 1110010 0 111111 101000 11001 101010010 110000 110011

Color Harmonies of #BE4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4672

Black with #BE4672

Text Example


Text Example

White with #BE4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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