Html Css Color HEX #BE3E66 Royal Heath

📋 copy color: '#BE3E66'

red 190 ◦ green 62 ◦ blue 102

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

Shades of Royal Heath #BE3E66

Tints of Royal Heath #BE3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 53.67%
G = 17.51%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE3E66 (or 0xBE3E66) is known color: Royal Heath. HEX triplet: BE, 3E and 66. RGB value is (190,62,102). Sum of RGB (Red+Green+Blue) = 190+62+102=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E66 is #41C199. Grayscale: #686868. Windows color (decimal): -4309402 or 6700734. OLE color: 6700734.

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

Color convert

RGB 190 62 102 -
CMYK 0 0.67 0.46 0.25
HSL 341.25º 0.51% 0.49% -
HSV(B) 341.25º 0.67% 0.75% -
XYZ 25.36 15.35 14.2 -
YUV 104.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 190 62 102 0 0.67 0.46 0.25 341.25 0.51 0.49
Hex BE 3E 66 0 43 2E 19 155 33 31
Octal 276 76 146 0 103 56 31 525 63 61
Binary 10111110 111110 1100110 0 1000011 101110 11001 101010101 110011 110001

Color Harmonies of #BE3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E66

Black with #BE3E66

Text Example


Text Example

White with #BE3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E66; }

 p { color: rgb(190,62,102); }

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

background-color css

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

 a { background-color: rgb(190,62,102); }

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

border-color css

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

 span { border-color: rgb(190,62,102); }

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