Html Css Color HEX #BE4F74 Royal Heath

📋 copy color: '#BE4F74'

red 190 ◦ green 79 ◦ blue 116

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

Shades of Royal Heath #BE4F74

Tints of Royal Heath #BE4F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 49.35%
G = 20.52%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4F74 (or 0xBE4F74) is known color: Royal Heath. HEX triplet: BE, 4F and 74. RGB value is (190,79,116). Sum of RGB (Red+Green+Blue) = 190+79+116=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F74 is #41B08B. Grayscale: #747474. Windows color (decimal): -4305036 or 7622590. OLE color: 7622590.

HSL color Cylindrical-coordinate representation of color #BE4F74: hue angle of 340º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE4F74 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 79 116 -
CMYK 0 0.58 0.39 0.25
HSL 340º 0.46% 0.53% -
HSV(B) 340º 0.58% 0.75% -
XYZ 27.18 17.8 18.53 -
YUV 116.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 190 79 116 0 0.58 0.39 0.25 340 0.46 0.53
Hex BE 4F 74 0 3A 27 19 154 2E 35
Octal 276 117 164 0 72 47 31 524 56 65
Binary 10111110 1001111 1110100 0 111010 100111 11001 101010100 101110 110101

Color Harmonies of #BE4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4F74

Black with #BE4F74

Text Example


Text Example

White with #BE4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4F74; }

 p { color: rgb(190,79,116); }

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

background-color css

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

 a { background-color: rgb(190,79,116); }

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

border-color css

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

 span { border-color: rgb(190,79,116); }

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