Html Css Color HEX #BE3873 Royal Heath

📋 copy color: '#BE3873'

red 190 ◦ green 56 ◦ blue 115

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

Shades of Royal Heath #BE3873

Tints of Royal Heath #BE3873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.51%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 52.63%
G = 15.51%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE3873 (or 0xBE3873) is known color: Royal Heath. HEX triplet: BE, 38 and 73. RGB value is (190,56,115). Sum of RGB (Red+Green+Blue) = 190+56+115=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3873 is #41C78C. Grayscale: #666666. Windows color (decimal): -4310925 or 7551166. OLE color: 7551166.

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

Color convert

RGB 190 56 115 -
CMYK 0 0.71 0.39 0.25
HSL 333.58º 0.54% 0.48% -
HSV(B) 333.58º 0.71% 0.75% -
XYZ 25.74 15.01 17.76 -
YUV 102.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 190 56 115 0 0.71 0.39 0.25 333.58 0.54 0.48
Hex BE 38 73 0 47 27 19 14E 36 30
Octal 276 70 163 0 107 47 31 516 66 60
Binary 10111110 111000 1110011 0 1000111 100111 11001 101001110 110110 110000

Color Harmonies of #BE3873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3873

Black with #BE3873

Text Example


Text Example

White with #BE3873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3873; }

 p { color: rgb(190,56,115); }

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

background-color css

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

 a { background-color: rgb(190,56,115); }

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

border-color css

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

 span { border-color: rgb(190,56,115); }

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