Html Css Color HEX #BE467C Royal Heath

📋 copy color: '#BE467C'

red 190 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #BE467C

Tints of Royal Heath #BE467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 49.48%
G = 18.23%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE467C (or 0xBE467C) is known color: Royal Heath. HEX triplet: BE, 46 and 7C. RGB value is (190,70,124). Sum of RGB (Red+Green+Blue) = 190+70+124=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE467C is #41B983. Grayscale: #6F6F6F. Windows color (decimal): -4307332 or 8144574. OLE color: 8144574.

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

Color convert

RGB 190 70 124 -
CMYK 0 0.63 0.35 0.25
HSL 333º 0.48% 0.51% -
HSV(B) 333º 0.63% 0.75% -
XYZ 27.06 16.78 20.88 -
YUV 112.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 190 70 124 0 0.63 0.35 0.25 333 0.48 0.51
Hex BE 46 7C 0 3F 23 19 14D 30 33
Octal 276 106 174 0 77 43 31 515 60 63
Binary 10111110 1000110 1111100 0 111111 100011 11001 101001101 110000 110011

Color Harmonies of #BE467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE467C

Black with #BE467C

Text Example


Text Example

White with #BE467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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