Html Css Color HEX #BE376E Royal Heath

📋 copy color: '#BE376E'

red 190 ◦ green 55 ◦ blue 110

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

Shades of Royal Heath #BE376E

Tints of Royal Heath #BE376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 53.52%
G = 15.49%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE376E (or 0xBE376E) is known color: Royal Heath. HEX triplet: BE, 37 and 6E. RGB value is (190,55,110). Sum of RGB (Red+Green+Blue) = 190+55+110=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE376E is #41C891. Grayscale: #656565. Windows color (decimal): -4311186 or 7223230. OLE color: 7223230.

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

Color convert

RGB 190 55 110 -
CMYK 0 0.71 0.42 0.25
HSL 335.56º 0.55% 0.48% -
HSV(B) 335.56º 0.71% 0.75% -
XYZ 25.42 14.81 16.27 -
YUV 101.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 190 55 110 0 0.71 0.42 0.25 335.56 0.55 0.48
Hex BE 37 6E 0 47 2A 19 150 37 30
Octal 276 67 156 0 107 52 31 520 67 60
Binary 10111110 110111 1101110 0 1000111 101010 11001 101010000 110111 110000

Color Harmonies of #BE376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE376E

Black with #BE376E

Text Example


Text Example

White with #BE376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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