Html Css Color HEX #BE4671 Royal Heath

📋 copy color: '#BE4671'

red 190 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #BE4671

Tints of Royal Heath #BE4671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 50.94%
G = 18.77%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE4671 (or 0xBE4671) is known color: Royal Heath. HEX triplet: BE, 46 and 71. RGB value is (190,70,113). Sum of RGB (Red+Green+Blue) = 190+70+113=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4671 is #41B98E. Grayscale: #6E6E6E. Windows color (decimal): -4307343 or 7423678. OLE color: 7423678.

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

Color convert

RGB 190 70 113 -
CMYK 0 0.63 0.41 0.25
HSL 338.5º 0.48% 0.51% -
HSV(B) 338.5º 0.63% 0.75% -
XYZ 26.41 16.52 17.42 -
YUV 110.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 190 70 113 0 0.63 0.41 0.25 338.5 0.48 0.51
Hex BE 46 71 0 3F 29 19 152 30 33
Octal 276 106 161 0 77 51 31 522 60 63
Binary 10111110 1000110 1110001 0 111111 101001 11001 101010010 110000 110011

Color Harmonies of #BE4671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4671

Black with #BE4671

Text Example


Text Example

White with #BE4671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4671; }

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

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

background-color css

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

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

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

border-color css

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

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

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