Html Css Color HEX #BE3863 Rouge

📋 copy color: '#BE3863'

red 190 ◦ green 56 ◦ blue 99

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

Shades of Rouge #BE3863

Tints of Rouge #BE3863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 55.07%
G = 16.23%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE3863 (or 0xBE3863) is known color: Rouge. HEX triplet: BE, 38 and 63. RGB value is (190,56,99). Sum of RGB (Red+Green+Blue) = 190+56+99=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3863 is #41C79C. Grayscale: #646464. Windows color (decimal): -4310941 or 6502590. OLE color: 6502590.

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

Color convert

RGB 190 56 99 -
CMYK 0 0.71 0.48 0.25
HSL 340.75º 0.54% 0.48% -
HSV(B) 340.75º 0.71% 0.75% -
XYZ 24.9 14.68 13.32 -
YUV 100.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 190 56 99 0 0.71 0.48 0.25 340.75 0.54 0.48
Hex BE 38 63 0 47 30 19 155 36 30
Octal 276 70 143 0 107 60 31 525 66 60
Binary 10111110 111000 1100011 0 1000111 110000 11001 101010101 110110 110000

Color Harmonies of #BE3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3863

Black with #BE3863

Text Example


Text Example

White with #BE3863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3863; }

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

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

background-color css

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

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

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

border-color css

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

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

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