Html Css Color HEX #BE487D Royal Heath

📋 copy color: '#BE487D'

red 190 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #BE487D

Tints of Royal Heath #BE487D

RGB

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

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

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

R = 49.1%
G = 18.6%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE487D (or 0xBE487D) is known color: Royal Heath. HEX triplet: BE, 48 and 7D. RGB value is (190,72,125). Sum of RGB (Red+Green+Blue) = 190+72+125=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE487D is #41B782. Grayscale: #717171. Windows color (decimal): -4306819 or 8210622. OLE color: 8210622.

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

Color convert

RGB 190 72 125 -
CMYK 0 0.62 0.34 0.25
HSL 333.05º 0.48% 0.51% -
HSV(B) 333.05º 0.62% 0.75% -
XYZ 27.25 17.06 21.26 -
YUV 113.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 190 72 125 0 0.62 0.34 0.25 333.05 0.48 0.51
Hex BE 48 7D 0 3E 22 19 14D 30 33
Octal 276 110 175 0 76 42 31 515 60 63
Binary 10111110 1001000 1111101 0 111110 100010 11001 101001101 110000 110011

Color Harmonies of #BE487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE487D

Black with #BE487D

Text Example


Text Example

White with #BE487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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