Html Css Color HEX #BE437D Royal Heath

📋 copy color: '#BE437D'

red 190 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #BE437D

Tints of Royal Heath #BE437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

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

R = 49.74%
G = 17.54%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE437D (or 0xBE437D) is known color: Royal Heath. HEX triplet: BE, 43 and 7D. RGB value is (190,67,125). Sum of RGB (Red+Green+Blue) = 190+67+125=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE437D is #41BC82. Grayscale: #6E6E6E. Windows color (decimal): -4308099 or 8209342. OLE color: 8209342.

HSL color Cylindrical-coordinate representation of color #BE437D: hue angle of 331.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE437D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 67 125 -
CMYK 0 0.65 0.34 0.25
HSL 331.71º 0.49% 0.5% -
HSV(B) 331.71º 0.65% 0.75% -
XYZ 26.94 16.44 21.16 -
YUV 110.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 190 67 125 0 0.65 0.34 0.25 331.71 0.49 0.5
Hex BE 43 7D 0 41 22 19 14C 31 32
Octal 276 103 175 0 101 42 31 514 61 62
Binary 10111110 1000011 1111101 0 1000001 100010 11001 101001100 110001 110010

Color Harmonies of #BE437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE437D

Black with #BE437D

Text Example


Text Example

White with #BE437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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