Html Css Color HEX #BE5B78 Royal Heath

📋 copy color: '#BE5B78'

red 190 ◦ green 91 ◦ blue 120

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

Shades of Royal Heath #BE5B78

Tints of Royal Heath #BE5B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 47.38%
G = 22.69%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE5B78 (or 0xBE5B78) is known color: Royal Heath. HEX triplet: BE, 5B and 78. RGB value is (190,91,120). Sum of RGB (Red+Green+Blue) = 190+91+120=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B78 is #41A487. Grayscale: #7B7B7B. Windows color (decimal): -4301960 or 7887806. OLE color: 7887806.

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

Color convert

RGB 190 91 120 -
CMYK 0 0.52 0.37 0.25
HSL 342.42º 0.43% 0.55% -
HSV(B) 342.42º 0.52% 0.75% -
XYZ 28.37 19.79 20.09 -
YUV 123.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 190 91 120 0 0.52 0.37 0.25 342.42 0.43 0.55
Hex BE 5B 78 0 34 25 19 156 2B 37
Octal 276 133 170 0 64 45 31 526 53 67
Binary 10111110 1011011 1111000 0 110100 100101 11001 101010110 101011 110111

Color Harmonies of #BE5B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5B78

Black with #BE5B78

Text Example


Text Example

White with #BE5B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5B78; }

 p { color: rgb(190,91,120); }

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

background-color css

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

 a { background-color: rgb(190,91,120); }

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

border-color css

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

 span { border-color: rgb(190,91,120); }

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