Html Css Color HEX #BE326D Royal Heath

📋 copy color: '#BE326D'

red 190 ◦ green 50 ◦ blue 109

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

Shades of Royal Heath #BE326D

Tints of Royal Heath #BE326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 54.44%
G = 14.33%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE326D (or 0xBE326D) is known color: Royal Heath. HEX triplet: BE, 32 and 6D. RGB value is (190,50,109). Sum of RGB (Red+Green+Blue) = 190+50+109=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE326D is #41CD92. Grayscale: #626262. Windows color (decimal): -4312467 or 7156414. OLE color: 7156414.

HSL color Cylindrical-coordinate representation of color #BE326D: hue angle of 334.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE326D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 109 -
CMYK 0 0.74 0.43 0.25
HSL 334.71º 0.58% 0.47% -
HSV(B) 334.71º 0.74% 0.75% -
XYZ 25.14 14.33 15.91 -
YUV 98.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 190 50 109 0 0.74 0.43 0.25 334.71 0.58 0.47
Hex BE 32 6D 0 4A 2B 19 14F 3A 2F
Octal 276 62 155 0 112 53 31 517 72 57
Binary 10111110 110010 1101101 0 1001010 101011 11001 101001111 111010 101111

Color Harmonies of #BE326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE326D

Black with #BE326D

Text Example


Text Example

White with #BE326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE326D; }

 p { color: rgb(190,50,109); }

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

background-color css

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

 a { background-color: rgb(190,50,109); }

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

border-color css

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

 span { border-color: rgb(190,50,109); }

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