Html Css Color HEX #BE356F Royal Heath

📋 copy color: '#BE356F'

red 190 ◦ green 53 ◦ blue 111

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

Shades of Royal Heath #BE356F

Tints of Royal Heath #BE356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 53.67%
G = 14.97%
B = 31.36%

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

#BE356F (or 0xBE356F) is known color: Royal Heath. HEX triplet: BE, 35 and 6F. RGB value is (190,53,111). Sum of RGB (Red+Green+Blue) = 190+53+111=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356F is #41CA90. Grayscale: #646464. Windows color (decimal): -4311697 or 7288254. OLE color: 7288254.

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

Color convert

RGB 190 53 111 -
CMYK 0 0.72 0.42 0.25
HSL 334.6º 0.56% 0.48% -
HSV(B) 334.6º 0.72% 0.75% -
XYZ 25.38 14.64 16.53 -
YUV 100.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 190 53 111 0 0.72 0.42 0.25 334.6 0.56 0.48
Hex BE 35 6F 0 48 2A 19 14F 38 30
Octal 276 65 157 0 110 52 31 517 70 60
Binary 10111110 110101 1101111 0 1001000 101010 11001 101001111 111000 110000

Color Harmonies of #BE356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE356F

Black with #BE356F

Text Example


Text Example

White with #BE356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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