Html Css Color HEX #BE487A Royal Heath

📋 copy color: '#BE487A'

red 190 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #BE487A

Tints of Royal Heath #BE487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 49.48%
G = 18.75%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE487A (or 0xBE487A) is known color: Royal Heath. HEX triplet: BE, 48 and 7A. RGB value is (190,72,122). Sum of RGB (Red+Green+Blue) = 190+72+122=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE487A is #41B785. Grayscale: #707070. Windows color (decimal): -4306822 or 8014014. OLE color: 8014014.

HSL color Cylindrical-coordinate representation of color #BE487A: hue angle of 334.58º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE487A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 122 -
CMYK 0 0.62 0.36 0.25
HSL 334.58º 0.48% 0.51% -
HSV(B) 334.58º 0.62% 0.75% -
XYZ 27.07 16.99 20.26 -
YUV 112.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 190 72 122 0 0.62 0.36 0.25 334.58 0.48 0.51
Hex BE 48 7A 0 3E 24 19 14F 30 33
Octal 276 110 172 0 76 44 31 517 60 63
Binary 10111110 1001000 1111010 0 111110 100100 11001 101001111 110000 110011

Color Harmonies of #BE487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE487A

Black with #BE487A

Text Example


Text Example

White with #BE487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE487A; }

 p { color: rgb(190,72,122); }

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

background-color css

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

 a { background-color: rgb(190,72,122); }

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

border-color css

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

 span { border-color: rgb(190,72,122); }

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