Html Css Color HEX #BE4175 Royal Heath

📋 copy color: '#BE4175'

red 190 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #BE4175

Tints of Royal Heath #BE4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 51.08%
G = 17.47%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE4175 (or 0xBE4175) is known color: Royal Heath. HEX triplet: BE, 41 and 75. RGB value is (190,65,117). Sum of RGB (Red+Green+Blue) = 190+65+117=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4175 is #41BE8A. Grayscale: #6C6C6C. Windows color (decimal): -4308619 or 7684542. OLE color: 7684542.

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

Color convert

RGB 190 65 117 -
CMYK 0 0.66 0.38 0.25
HSL 335.04º 0.49% 0.5% -
HSV(B) 335.04º 0.66% 0.75% -
XYZ 26.34 16.01 18.53 -
YUV 108.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 190 65 117 0 0.66 0.38 0.25 335.04 0.49 0.5
Hex BE 41 75 0 42 26 19 14F 31 32
Octal 276 101 165 0 102 46 31 517 61 62
Binary 10111110 1000001 1110101 0 1000010 100110 11001 101001111 110001 110010

Color Harmonies of #BE4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4175

Black with #BE4175

Text Example


Text Example

White with #BE4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4175; }

 p { color: rgb(190,65,117); }

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

background-color css

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

 a { background-color: rgb(190,65,117); }

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

border-color css

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

 span { border-color: rgb(190,65,117); }

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