Html Css Color HEX #BE486C Royal Heath

📋 copy color: '#BE486C'

red 190 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #BE486C

Tints of Royal Heath #BE486C

RGB

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

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

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

R = 51.35%
G = 19.46%
B = 29.19%

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

#BE486C (or 0xBE486C) is known color: Royal Heath. HEX triplet: BE, 48 and 6C. RGB value is (190,72,108). Sum of RGB (Red+Green+Blue) = 190+72+108=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE486C is #41B793. Grayscale: #6F6F6F. Windows color (decimal): -4306836 or 7096510. OLE color: 7096510.

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

Color convert

RGB 190 72 108 -
CMYK 0 0.62 0.43 0.25
HSL 341.69º 0.48% 0.51% -
HSV(B) 341.69º 0.62% 0.75% -
XYZ 26.26 16.66 16.02 -
YUV 111.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 190 72 108 0 0.62 0.43 0.25 341.69 0.48 0.51
Hex BE 48 6C 0 3E 2B 19 156 30 33
Octal 276 110 154 0 76 53 31 526 60 63
Binary 10111110 1001000 1101100 0 111110 101011 11001 101010110 110000 110011

Color Harmonies of #BE486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE486C

Black with #BE486C

Text Example


Text Example

White with #BE486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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