Html Css Color HEX #BE376B Royal Heath

📋 copy color: '#BE376B'

red 190 ◦ green 55 ◦ blue 107

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

Shades of Royal Heath #BE376B

Tints of Royal Heath #BE376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 53.98%
G = 15.63%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE376B (or 0xBE376B) is known color: Royal Heath. HEX triplet: BE, 37 and 6B. RGB value is (190,55,107). Sum of RGB (Red+Green+Blue) = 190+55+107=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE376B is #41C894. Grayscale: #656565. Windows color (decimal): -4311189 or 7026622. OLE color: 7026622.

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

Color convert

RGB 190 55 107 -
CMYK 0 0.71 0.44 0.25
HSL 336.89º 0.55% 0.48% -
HSV(B) 336.89º 0.71% 0.75% -
XYZ 25.26 14.74 15.42 -
YUV 101.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 190 55 107 0 0.71 0.44 0.25 336.89 0.55 0.48
Hex BE 37 6B 0 47 2C 19 151 37 30
Octal 276 67 153 0 107 54 31 521 67 60
Binary 10111110 110111 1101011 0 1000111 101100 11001 101010001 110111 110000

Color Harmonies of #BE376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE376B

Black with #BE376B

Text Example


Text Example

White with #BE376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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