Html Css Color HEX #BE376D Royal Heath

📋 copy color: '#BE376D'

red 190 ◦ green 55 ◦ blue 109

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

Shades of Royal Heath #BE376D

Tints of Royal Heath #BE376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 53.67%
G = 15.54%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE376D (or 0xBE376D) is known color: Royal Heath. HEX triplet: BE, 37 and 6D. RGB value is (190,55,109). Sum of RGB (Red+Green+Blue) = 190+55+109=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE376D is #41C892. Grayscale: #656565. Windows color (decimal): -4311187 or 7157694. OLE color: 7157694.

HSL color Cylindrical-coordinate representation of color #BE376D: hue angle of 336º 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 #BE376D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 109 -
CMYK 0 0.71 0.43 0.25
HSL 336º 0.55% 0.48% -
HSV(B) 336º 0.71% 0.75% -
XYZ 25.36 14.78 15.98 -
YUV 101.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 190 55 109 0 0.71 0.43 0.25 336 0.55 0.48
Hex BE 37 6D 0 47 2B 19 150 37 30
Octal 276 67 155 0 107 53 31 520 67 60
Binary 10111110 110111 1101101 0 1000111 101011 11001 101010000 110111 110000

Color Harmonies of #BE376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE376D

Black with #BE376D

Text Example


Text Example

White with #BE376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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