Html Css Color HEX #BE356E Royal Heath

📋 copy color: '#BE356E'

red 190 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #BE356E

Tints of Royal Heath #BE356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

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

R = 53.82%
G = 15.01%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE356E (or 0xBE356E) is known color: Royal Heath. HEX triplet: BE, 35 and 6E. RGB value is (190,53,110). Sum of RGB (Red+Green+Blue) = 190+53+110=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356E is #41CA91. Grayscale: #646464. Windows color (decimal): -4311698 or 7222718. OLE color: 7222718.

HSL color Cylindrical-coordinate representation of color #BE356E: hue angle of 335.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE356E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 53 110 -
CMYK 0 0.72 0.42 0.25
HSL 335.04º 0.56% 0.48% -
HSV(B) 335.04º 0.72% 0.75% -
XYZ 25.32 14.62 16.24 -
YUV 100.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 190 53 110 0 0.72 0.42 0.25 335.04 0.56 0.48
Hex BE 35 6E 0 48 2A 19 14F 38 30
Octal 276 65 156 0 110 52 31 517 70 60
Binary 10111110 110101 1101110 0 1001000 101010 11001 101001111 111000 110000

Color Harmonies of #BE356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE356E

Black with #BE356E

Text Example


Text Example

White with #BE356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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