Html Css Color HEX #BE3565 Rouge

📋 copy color: '#BE3565'

red 190 ◦ green 53 ◦ blue 101

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

Shades of Rouge #BE3565

Tints of Rouge #BE3565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 55.23%
G = 15.41%
B = 29.36%

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

#BE3565 (or 0xBE3565) is known color: Rouge. HEX triplet: BE, 35 and 65. RGB value is (190,53,101). Sum of RGB (Red+Green+Blue) = 190+53+101=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3565 is #41CA9A. Grayscale: #636363. Windows color (decimal): -4311707 or 6632894. OLE color: 6632894.

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

Color convert

RGB 190 53 101 -
CMYK 0 0.72 0.47 0.25
HSL 338.98º 0.56% 0.48% -
HSV(B) 338.98º 0.72% 0.75% -
XYZ 24.86 14.43 13.79 -
YUV 99.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 190 53 101 0 0.72 0.47 0.25 338.98 0.56 0.48
Hex BE 35 65 0 48 2F 19 153 38 30
Octal 276 65 145 0 110 57 31 523 70 60
Binary 10111110 110101 1100101 0 1001000 101111 11001 101010011 111000 110000

Color Harmonies of #BE3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3565

Black with #BE3565

Text Example


Text Example

White with #BE3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3565; }

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

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

background-color css

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

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

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

border-color css

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

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

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