Html Css Color HEX #BE3564 Rouge

📋 copy color: '#BE3564'

red 190 ◦ green 53 ◦ blue 100

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

Shades of Rouge #BE3564

Tints of Rouge #BE3564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 55.39%
G = 15.45%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE3564 (or 0xBE3564) is known color: Rouge. HEX triplet: BE, 35 and 64. RGB value is (190,53,100). Sum of RGB (Red+Green+Blue) = 190+53+100=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3564 is #41CA9B. Grayscale: #636363. Windows color (decimal): -4311708 or 6567358. OLE color: 6567358.

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

Color convert

RGB 190 53 100 -
CMYK 0 0.72 0.47 0.25
HSL 339.42º 0.56% 0.48% -
HSV(B) 339.42º 0.72% 0.75% -
XYZ 24.81 14.41 13.53 -
YUV 99.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 190 53 100 0 0.72 0.47 0.25 339.42 0.56 0.48
Hex BE 35 64 0 48 2F 19 153 38 30
Octal 276 65 144 0 110 57 31 523 70 60
Binary 10111110 110101 1100100 0 1001000 101111 11001 101010011 111000 110000

Color Harmonies of #BE3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3564

Black with #BE3564

Text Example


Text Example

White with #BE3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3564; }

 p { color: rgb(190,53,100); }

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

background-color css

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

 a { background-color: rgb(190,53,100); }

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

border-color css

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

 span { border-color: rgb(190,53,100); }

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