Html Css Color HEX #BE466C Royal Heath

📋 copy color: '#BE466C'

red 190 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #BE466C

Tints of Royal Heath #BE466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 51.63%
G = 19.02%
B = 29.35%

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

#BE466C (or 0xBE466C) is known color: Royal Heath. HEX triplet: BE, 46 and 6C. RGB value is (190,70,108). Sum of RGB (Red+Green+Blue) = 190+70+108=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE466C is #41B993. Grayscale: #6E6E6E. Windows color (decimal): -4307348 or 7095998. OLE color: 7095998.

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

Color convert

RGB 190 70 108 -
CMYK 0 0.63 0.43 0.25
HSL 341º 0.48% 0.51% -
HSV(B) 341º 0.63% 0.75% -
XYZ 26.13 16.41 15.98 -
YUV 110.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 190 70 108 0 0.63 0.43 0.25 341 0.48 0.51
Hex BE 46 6C 0 3F 2B 19 155 30 33
Octal 276 106 154 0 77 53 31 525 60 63
Binary 10111110 1000110 1101100 0 111111 101011 11001 101010101 110000 110011

Color Harmonies of #BE466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE466C

Black with #BE466C

Text Example


Text Example

White with #BE466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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