Html Css Color HEX #BE3770 Royal Heath

📋 copy color: '#BE3770'

red 190 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #BE3770

Tints of Royal Heath #BE3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 53.22%
G = 15.41%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3770 (or 0xBE3770) is known color: Royal Heath. HEX triplet: BE, 37 and 70. RGB value is (190,55,112). Sum of RGB (Red+Green+Blue) = 190+55+112=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3770 is #41C88F. Grayscale: #656565. Windows color (decimal): -4311184 or 7354302. OLE color: 7354302.

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

Color convert

RGB 190 55 112 -
CMYK 0 0.71 0.41 0.25
HSL 334.67º 0.55% 0.48% -
HSV(B) 334.67º 0.71% 0.75% -
XYZ 25.53 14.85 16.85 -
YUV 101.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 190 55 112 0 0.71 0.41 0.25 334.67 0.55 0.48
Hex BE 37 70 0 47 29 19 14F 37 30
Octal 276 67 160 0 107 51 31 517 67 60
Binary 10111110 110111 1110000 0 1000111 101001 11001 101001111 110111 110000

Color Harmonies of #BE3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3770

Black with #BE3770

Text Example


Text Example

White with #BE3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3770; }

 p { color: rgb(190,55,112); }

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

background-color css

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

 a { background-color: rgb(190,55,112); }

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

border-color css

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

 span { border-color: rgb(190,55,112); }

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