Html Css Color HEX #BE336F Royal Heath

📋 copy color: '#BE336F'

red 190 ◦ green 51 ◦ blue 111

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

Shades of Royal Heath #BE336F

Tints of Royal Heath #BE336F

RGB

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

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

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

R = 53.98%
G = 14.49%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE336F (or 0xBE336F) is known color: Royal Heath. HEX triplet: BE, 33 and 6F. RGB value is (190,51,111). Sum of RGB (Red+Green+Blue) = 190+51+111=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE336F is #41CC90. Grayscale: #636363. Windows color (decimal): -4312209 or 7287742. OLE color: 7287742.

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

Color convert

RGB 190 51 111 -
CMYK 0 0.73 0.42 0.25
HSL 334.1º 0.58% 0.47% -
HSV(B) 334.1º 0.73% 0.75% -
XYZ 25.29 14.46 16.5 -
YUV 99.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 190 51 111 0 0.73 0.42 0.25 334.1 0.58 0.47
Hex BE 33 6F 0 49 2A 19 14E 3A 2F
Octal 276 63 157 0 111 52 31 516 72 57
Binary 10111110 110011 1101111 0 1001001 101010 11001 101001110 111010 101111

Color Harmonies of #BE336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE336F

Black with #BE336F

Text Example


Text Example

White with #BE336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE336F; }

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

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

background-color css

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

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

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

border-color css

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

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

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