Html Css Color HEX #BE477B Royal Heath

📋 copy color: '#BE477B'

red 190 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #BE477B

Tints of Royal Heath #BE477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 49.48%
G = 18.49%
B = 32.03%

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

#BE477B (or 0xBE477B) is known color: Royal Heath. HEX triplet: BE, 47 and 7B. RGB value is (190,71,123). Sum of RGB (Red+Green+Blue) = 190+71+123=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE477B is #41B884. Grayscale: #707070. Windows color (decimal): -4307077 or 8079294. OLE color: 8079294.

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

Color convert

RGB 190 71 123 -
CMYK 0 0.63 0.35 0.25
HSL 333.78º 0.48% 0.51% -
HSV(B) 333.78º 0.63% 0.75% -
XYZ 27.06 16.88 20.57 -
YUV 112.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 190 71 123 0 0.63 0.35 0.25 333.78 0.48 0.51
Hex BE 47 7B 0 3F 23 19 14E 30 33
Octal 276 107 173 0 77 43 31 516 60 63
Binary 10111110 1000111 1111011 0 111111 100011 11001 101001110 110000 110011

Color Harmonies of #BE477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE477B

Black with #BE477B

Text Example


Text Example

White with #BE477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE477B; }

 p { color: rgb(190,71,123); }

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

background-color css

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

 a { background-color: rgb(190,71,123); }

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

border-color css

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

 span { border-color: rgb(190,71,123); }

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