Html Css Color HEX #BE4271 Royal Heath

📋 copy color: '#BE4271'

red 190 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #BE4271

Tints of Royal Heath #BE4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

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

R = 51.49%
G = 17.89%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE4271 (or 0xBE4271) is known color: Royal Heath. HEX triplet: BE, 42 and 71. RGB value is (190,66,113). Sum of RGB (Red+Green+Blue) = 190+66+113=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4271 is #41BD8E. Grayscale: #6C6C6C. Windows color (decimal): -4308367 or 7422654. OLE color: 7422654.

HSL color Cylindrical-coordinate representation of color #BE4271: hue angle of 337.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4271 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 113 -
CMYK 0 0.65 0.41 0.25
HSL 337.26º 0.49% 0.5% -
HSV(B) 337.26º 0.65% 0.75% -
XYZ 26.16 16.04 17.34 -
YUV 108.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 190 66 113 0 0.65 0.41 0.25 337.26 0.49 0.5
Hex BE 42 71 0 41 29 19 151 31 32
Octal 276 102 161 0 101 51 31 521 61 62
Binary 10111110 1000010 1110001 0 1000001 101001 11001 101010001 110001 110010

Color Harmonies of #BE4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4271

Black with #BE4271

Text Example


Text Example

White with #BE4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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