Html Css Color HEX #BE467D Royal Heath

📋 copy color: '#BE467D'

red 190 ◦ green 70 ◦ blue 125

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

Shades of Royal Heath #BE467D

Tints of Royal Heath #BE467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 49.35%
G = 18.18%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE467D (or 0xBE467D) is known color: Royal Heath. HEX triplet: BE, 46 and 7D. RGB value is (190,70,125). Sum of RGB (Red+Green+Blue) = 190+70+125=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE467D is #41B982. Grayscale: #707070. Windows color (decimal): -4307331 or 8210110. OLE color: 8210110.

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

Color convert

RGB 190 70 125 -
CMYK 0 0.63 0.34 0.25
HSL 332.5º 0.48% 0.51% -
HSV(B) 332.5º 0.63% 0.75% -
XYZ 27.13 16.81 21.22 -
YUV 112.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 190 70 125 0 0.63 0.34 0.25 332.5 0.48 0.51
Hex BE 46 7D 0 3F 22 19 14C 30 33
Octal 276 106 175 0 77 42 31 514 60 63
Binary 10111110 1000110 1111101 0 111111 100010 11001 101001100 110000 110011

Color Harmonies of #BE467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE467D

Black with #BE467D

Text Example


Text Example

White with #BE467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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