Html Css Color HEX #BE3365 Rouge

📋 copy color: '#BE3365'

red 190 ◦ green 51 ◦ blue 101

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

Shades of Rouge #BE3365

Tints of Rouge #BE3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 55.56%
G = 14.91%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE3365 (or 0xBE3365) is known color: Rouge. HEX triplet: BE, 33 and 65. RGB value is (190,51,101). Sum of RGB (Red+Green+Blue) = 190+51+101=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3365 is #41CC9A. Grayscale: #626262. Windows color (decimal): -4312219 or 6632382. OLE color: 6632382.

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

Color convert

RGB 190 51 101 -
CMYK 0 0.73 0.47 0.25
HSL 338.42º 0.58% 0.47% -
HSV(B) 338.42º 0.73% 0.75% -
XYZ 24.77 14.25 13.76 -
YUV 98.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 190 51 101 0 0.73 0.47 0.25 338.42 0.58 0.47
Hex BE 33 65 0 49 2F 19 152 3A 2F
Octal 276 63 145 0 111 57 31 522 72 57
Binary 10111110 110011 1100101 0 1001001 101111 11001 101010010 111010 101111

Color Harmonies of #BE3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3365

Black with #BE3365

Text Example


Text Example

White with #BE3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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