Html Css Color HEX #BE4D6F Royal Heath

📋 copy color: '#BE4D6F'

red 190 ◦ green 77 ◦ blue 111

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

Shades of Royal Heath #BE4D6F

Tints of Royal Heath #BE4D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 50.26%
G = 20.37%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE4D6F (or 0xBE4D6F) is known color: Royal Heath. HEX triplet: BE, 4D and 6F. RGB value is (190,77,111). Sum of RGB (Red+Green+Blue) = 190+77+111=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D6F is #41B290. Grayscale: #727272. Windows color (decimal): -4305553 or 7294398. OLE color: 7294398.

HSL color Cylindrical-coordinate representation of color #BE4D6F: hue angle of 341.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D6F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 111 -
CMYK 0 0.59 0.42 0.25
HSL 341.95º 0.47% 0.52% -
HSV(B) 341.95º 0.59% 0.75% -
XYZ 26.76 17.4 16.99 -
YUV 114.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 190 77 111 0 0.59 0.42 0.25 341.95 0.47 0.52
Hex BE 4D 6F 0 3B 2A 19 156 2F 34
Octal 276 115 157 0 73 52 31 526 57 64
Binary 10111110 1001101 1101111 0 111011 101010 11001 101010110 101111 110100

Color Harmonies of #BE4D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D6F

Black with #BE4D6F

Text Example


Text Example

White with #BE4D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D6F; }

 p { color: rgb(190,77,111); }

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

background-color css

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

 a { background-color: rgb(190,77,111); }

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

border-color css

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

 span { border-color: rgb(190,77,111); }

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