Html Css Color HEX #BE486D Royal Heath

📋 copy color: '#BE486D'

red 190 ◦ green 72 ◦ blue 109

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

Shades of Royal Heath #BE486D

Tints of Royal Heath #BE486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 51.21%
G = 19.41%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE486D (or 0xBE486D) is known color: Royal Heath. HEX triplet: BE, 48 and 6D. RGB value is (190,72,109). Sum of RGB (Red+Green+Blue) = 190+72+109=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE486D is #41B792. Grayscale: #6F6F6F. Windows color (decimal): -4306835 or 7162046. OLE color: 7162046.

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

Color convert

RGB 190 72 109 -
CMYK 0 0.62 0.43 0.25
HSL 341.19º 0.48% 0.51% -
HSV(B) 341.19º 0.62% 0.75% -
XYZ 26.31 16.69 16.3 -
YUV 111.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 190 72 109 0 0.62 0.43 0.25 341.19 0.48 0.51
Hex BE 48 6D 0 3E 2B 19 155 30 33
Octal 276 110 155 0 76 53 31 525 60 63
Binary 10111110 1001000 1101101 0 111110 101011 11001 101010101 110000 110011

Color Harmonies of #BE486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE486D

Black with #BE486D

Text Example


Text Example

White with #BE486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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