Html Css Color HEX #BE3E6E Royal Heath

📋 copy color: '#BE3E6E'

red 190 ◦ green 62 ◦ blue 110

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

Shades of Royal Heath #BE3E6E

Tints of Royal Heath #BE3E6E

RGB

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

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

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

R = 52.49%
G = 17.13%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE3E6E (or 0xBE3E6E) is known color: Royal Heath. HEX triplet: BE, 3E and 6E. RGB value is (190,62,110). Sum of RGB (Red+Green+Blue) = 190+62+110=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E6E is #41C191. Grayscale: #696969. Windows color (decimal): -4309394 or 7225022. OLE color: 7225022.

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

Color convert

RGB 190 62 110 -
CMYK 0 0.67 0.42 0.25
HSL 337.5º 0.51% 0.49% -
HSV(B) 337.5º 0.67% 0.75% -
XYZ 25.77 15.52 16.39 -
YUV 105.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 190 62 110 0 0.67 0.42 0.25 337.5 0.51 0.49
Hex BE 3E 6E 0 43 2A 19 152 33 31
Octal 276 76 156 0 103 52 31 522 63 61
Binary 10111110 111110 1101110 0 1000011 101010 11001 101010010 110011 110001

Color Harmonies of #BE3E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E6E

Black with #BE3E6E

Text Example


Text Example

White with #BE3E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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