Html Css Color HEX #BE336D Royal Heath

📋 copy color: '#BE336D'

red 190 ◦ green 51 ◦ blue 109

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

Shades of Royal Heath #BE336D

Tints of Royal Heath #BE336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 54.29%
G = 14.57%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE336D (or 0xBE336D) is known color: Royal Heath. HEX triplet: BE, 33 and 6D. RGB value is (190,51,109). Sum of RGB (Red+Green+Blue) = 190+51+109=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE336D is #41CC92. Grayscale: #636363. Windows color (decimal): -4312211 or 7156670. OLE color: 7156670.

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

Color convert

RGB 190 51 109 -
CMYK 0 0.73 0.43 0.25
HSL 334.96º 0.58% 0.47% -
HSV(B) 334.96º 0.73% 0.75% -
XYZ 25.18 14.42 15.92 -
YUV 99.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 190 51 109 0 0.73 0.43 0.25 334.96 0.58 0.47
Hex BE 33 6D 0 49 2B 19 14F 3A 2F
Octal 276 63 155 0 111 53 31 517 72 57
Binary 10111110 110011 1101101 0 1001001 101011 11001 101001111 111010 101111

Color Harmonies of #BE336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE336D

Black with #BE336D

Text Example


Text Example

White with #BE336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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