Html Css Color HEX #BE466D Royal Heath

📋 copy color: '#BE466D'

red 190 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #BE466D

Tints of Royal Heath #BE466D

RGB

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

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

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

R = 51.49%
G = 18.97%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE466D (or 0xBE466D) is known color: Royal Heath. HEX triplet: BE, 46 and 6D. RGB value is (190,70,109). Sum of RGB (Red+Green+Blue) = 190+70+109=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE466D is #41B992. Grayscale: #6E6E6E. Windows color (decimal): -4307347 or 7161534. OLE color: 7161534.

HSL color Cylindrical-coordinate representation of color #BE466D: hue angle of 340.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 #BE466D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 70 109 -
CMYK 0 0.63 0.43 0.25
HSL 340.5º 0.48% 0.51% -
HSV(B) 340.5º 0.63% 0.75% -
XYZ 26.19 16.43 16.26 -
YUV 110.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 190 70 109 0 0.63 0.43 0.25 340.5 0.48 0.51
Hex BE 46 6D 0 3F 2B 19 154 30 33
Octal 276 106 155 0 77 53 31 524 60 63
Binary 10111110 1000110 1101101 0 111111 101011 11001 101010100 110000 110011

Color Harmonies of #BE466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE466D

Black with #BE466D

Text Example


Text Example

White with #BE466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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