Html Css Color HEX #BE326E Royal Heath

📋 copy color: '#BE326E'

red 190 ◦ green 50 ◦ blue 110

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

Shades of Royal Heath #BE326E

Tints of Royal Heath #BE326E

RGB

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

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

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

R = 54.29%
G = 14.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE326E (or 0xBE326E) is known color: Royal Heath. HEX triplet: BE, 32 and 6E. RGB value is (190,50,110). Sum of RGB (Red+Green+Blue) = 190+50+110=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE326E is #41CD91. Grayscale: #626262. Windows color (decimal): -4312466 or 7221950. OLE color: 7221950.

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

Color convert

RGB 190 50 110 -
CMYK 0 0.74 0.42 0.25
HSL 334.29º 0.58% 0.47% -
HSV(B) 334.29º 0.74% 0.75% -
XYZ 25.19 14.35 16.19 -
YUV 98.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 190 50 110 0 0.74 0.42 0.25 334.29 0.58 0.47
Hex BE 32 6E 0 4A 2A 19 14E 3A 2F
Octal 276 62 156 0 112 52 31 516 72 57
Binary 10111110 110010 1101110 0 1001010 101010 11001 101001110 111010 101111

Color Harmonies of #BE326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE326E

Black with #BE326E

Text Example


Text Example

White with #BE326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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