Html Css Color HEX #BE396B Royal Heath

📋 copy color: '#BE396B'

red 190 ◦ green 57 ◦ blue 107

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

Shades of Royal Heath #BE396B

Tints of Royal Heath #BE396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 53.67%
G = 16.1%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE396B (or 0xBE396B) is known color: Royal Heath. HEX triplet: BE, 39 and 6B. RGB value is (190,57,107). Sum of RGB (Red+Green+Blue) = 190+57+107=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE396B is #41C694. Grayscale: #666666. Windows color (decimal): -4310677 or 7027134. OLE color: 7027134.

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

Color convert

RGB 190 57 107 -
CMYK 0 0.7 0.44 0.25
HSL 337.44º 0.54% 0.48% -
HSV(B) 337.44º 0.7% 0.75% -
XYZ 25.35 14.93 15.46 -
YUV 102.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 190 57 107 0 0.7 0.44 0.25 337.44 0.54 0.48
Hex BE 39 6B 0 46 2C 19 151 36 30
Octal 276 71 153 0 106 54 31 521 66 60
Binary 10111110 111001 1101011 0 1000110 101100 11001 101010001 110110 110000

Color Harmonies of #BE396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE396B

Black with #BE396B

Text Example


Text Example

White with #BE396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE396B; }

 p { color: rgb(190,57,107); }

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

background-color css

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

 a { background-color: rgb(190,57,107); }

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

border-color css

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

 span { border-color: rgb(190,57,107); }

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