Html Css Color HEX #BE4369 Royal Heath

📋 copy color: '#BE4369'

red 190 ◦ green 67 ◦ blue 105

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

Shades of Royal Heath #BE4369

Tints of Royal Heath #BE4369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 52.49%
G = 18.51%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE4369 (or 0xBE4369) is known color: Royal Heath. HEX triplet: BE, 43 and 69. RGB value is (190,67,105). Sum of RGB (Red+Green+Blue) = 190+67+105=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4369 is #41BC96. Grayscale: #6C6C6C. Windows color (decimal): -4308119 or 6898622. OLE color: 6898622.

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

Color convert

RGB 190 67 105 -
CMYK 0 0.65 0.45 0.25
HSL 341.46º 0.49% 0.5% -
HSV(B) 341.46º 0.65% 0.75% -
XYZ 25.79 15.98 15.09 -
YUV 108.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 190 67 105 0 0.65 0.45 0.25 341.46 0.49 0.5
Hex BE 43 69 0 41 2D 19 155 31 32
Octal 276 103 151 0 101 55 31 525 61 62
Binary 10111110 1000011 1101001 0 1000001 101101 11001 101010101 110001 110010

Color Harmonies of #BE4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4369

Black with #BE4369

Text Example


Text Example

White with #BE4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4369; }

 p { color: rgb(190,67,105); }

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

background-color css

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

 a { background-color: rgb(190,67,105); }

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

border-color css

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

 span { border-color: rgb(190,67,105); }

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