Html Css Color HEX #BE3A76 Royal Heath

📋 copy color: '#BE3A76'

red 190 ◦ green 58 ◦ blue 118

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

Shades of Royal Heath #BE3A76

Tints of Royal Heath #BE3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 51.91%
G = 15.85%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE3A76 (or 0xBE3A76) is known color: Royal Heath. HEX triplet: BE, 3A and 76. RGB value is (190,58,118). Sum of RGB (Red+Green+Blue) = 190+58+118=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A76 is #41C589. Grayscale: #686868. Windows color (decimal): -4310410 or 7748286. OLE color: 7748286.

HSL color Cylindrical-coordinate representation of color #BE3A76: hue angle of 332.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A76 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 118 -
CMYK 0 0.69 0.38 0.25
HSL 332.73º 0.53% 0.49% -
HSV(B) 332.73º 0.69% 0.75% -
XYZ 26.02 15.28 18.72 -
YUV 104.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 190 58 118 0 0.69 0.38 0.25 332.73 0.53 0.49
Hex BE 3A 76 0 45 26 19 14D 35 31
Octal 276 72 166 0 105 46 31 515 65 61
Binary 10111110 111010 1110110 0 1000101 100110 11001 101001101 110101 110001

Color Harmonies of #BE3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A76

Black with #BE3A76

Text Example


Text Example

White with #BE3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A76; }

 p { color: rgb(190,58,118); }

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

background-color css

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

 a { background-color: rgb(190,58,118); }

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

border-color css

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

 span { border-color: rgb(190,58,118); }

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