Html Css Color HEX #BE486F Royal Heath

📋 copy color: '#BE486F'

red 190 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #BE486F

Tints of Royal Heath #BE486F

RGB

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

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

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

R = 50.94%
G = 19.3%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE486F (or 0xBE486F) is known color: Royal Heath. HEX triplet: BE, 48 and 6F. RGB value is (190,72,111). Sum of RGB (Red+Green+Blue) = 190+72+111=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE486F is #41B790. Grayscale: #6F6F6F. Windows color (decimal): -4306833 or 7293118. OLE color: 7293118.

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

Color convert

RGB 190 72 111 -
CMYK 0 0.62 0.42 0.25
HSL 340.17º 0.48% 0.51% -
HSV(B) 340.17º 0.62% 0.75% -
XYZ 26.42 16.73 16.88 -
YUV 111.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 190 72 111 0 0.62 0.42 0.25 340.17 0.48 0.51
Hex BE 48 6F 0 3E 2A 19 154 30 33
Octal 276 110 157 0 76 52 31 524 60 63
Binary 10111110 1001000 1101111 0 111110 101010 11001 101010100 110000 110011

Color Harmonies of #BE486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE486F

Black with #BE486F

Text Example


Text Example

White with #BE486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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