Html Css Color HEX #BE3972 Royal Heath

📋 copy color: '#BE3972'

red 190 ◦ green 57 ◦ blue 114

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

Shades of Royal Heath #BE3972

Tints of Royal Heath #BE3972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 52.63%
G = 15.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE3972 (or 0xBE3972) is known color: Royal Heath. HEX triplet: BE, 39 and 72. RGB value is (190,57,114). Sum of RGB (Red+Green+Blue) = 190+57+114=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3972 is #41C68D. Grayscale: #676767. Windows color (decimal): -4310670 or 7485886. OLE color: 7485886.

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

Color convert

RGB 190 57 114 -
CMYK 0 0.7 0.40 0.25
HSL 334.29º 0.54% 0.48% -
HSV(B) 334.29º 0.7% 0.75% -
XYZ 25.74 15.09 17.48 -
YUV 103.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 190 57 114 0 0.7 0.40 0.25 334.29 0.54 0.48
Hex BE 39 72 0 46 28 19 14E 36 30
Octal 276 71 162 0 106 50 31 516 66 60
Binary 10111110 111001 1110010 0 1000110 101000 11001 101001110 110110 110000

Color Harmonies of #BE3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3972

Black with #BE3972

Text Example


Text Example

White with #BE3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3972; }

 p { color: rgb(190,57,114); }

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

background-color css

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

 a { background-color: rgb(190,57,114); }

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

border-color css

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

 span { border-color: rgb(190,57,114); }

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