Html Css Color HEX #BE386C Royal Heath

📋 copy color: '#BE386C'

red 190 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #BE386C

Tints of Royal Heath #BE386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

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

R = 53.67%
G = 15.82%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE386C (or 0xBE386C) is known color: Royal Heath. HEX triplet: BE, 38 and 6C. RGB value is (190,56,108). Sum of RGB (Red+Green+Blue) = 190+56+108=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE386C is #41C793. Grayscale: #656565. Windows color (decimal): -4310932 or 7092414. OLE color: 7092414.

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

Color convert

RGB 190 56 108 -
CMYK 0 0.71 0.43 0.25
HSL 336.72º 0.54% 0.48% -
HSV(B) 336.72º 0.71% 0.75% -
XYZ 25.36 14.86 15.72 -
YUV 101.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 190 56 108 0 0.71 0.43 0.25 336.72 0.54 0.48
Hex BE 38 6C 0 47 2B 19 151 36 30
Octal 276 70 154 0 107 53 31 521 66 60
Binary 10111110 111000 1101100 0 1000111 101011 11001 101010001 110110 110000

Color Harmonies of #BE386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE386C

Black with #BE386C

Text Example


Text Example

White with #BE386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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