Html Css Color HEX #BE466F Royal Heath

📋 copy color: '#BE466F'

red 190 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #BE466F

Tints of Royal Heath #BE466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 51.21%
G = 18.87%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE466F (or 0xBE466F) is known color: Royal Heath. HEX triplet: BE, 46 and 6F. RGB value is (190,70,111). Sum of RGB (Red+Green+Blue) = 190+70+111=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE466F is #41B990. Grayscale: #6E6E6E. Windows color (decimal): -4307345 or 7292606. OLE color: 7292606.

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

Color convert

RGB 190 70 111 -
CMYK 0 0.63 0.42 0.25
HSL 339.5º 0.48% 0.51% -
HSV(B) 339.5º 0.63% 0.75% -
XYZ 26.29 16.48 16.83 -
YUV 110.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 190 70 111 0 0.63 0.42 0.25 339.5 0.48 0.51
Hex BE 46 6F 0 3F 2A 19 154 30 33
Octal 276 106 157 0 77 52 31 524 60 63
Binary 10111110 1000110 1101111 0 111111 101010 11001 101010100 110000 110011

Color Harmonies of #BE466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE466F

Black with #BE466F

Text Example


Text Example

White with #BE466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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