Html Css Color HEX #BE3665 Rouge

📋 copy color: '#BE3665'

red 190 ◦ green 54 ◦ blue 101

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

Shades of Rouge #BE3665

Tints of Rouge #BE3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 55.07%
G = 15.65%
B = 29.28%

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

#BE3665 (or 0xBE3665) is known color: Rouge. HEX triplet: BE, 36 and 65. RGB value is (190,54,101). Sum of RGB (Red+Green+Blue) = 190+54+101=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3665 is #41C99A. Grayscale: #636363. Windows color (decimal): -4311451 or 6633150. OLE color: 6633150.

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

Color convert

RGB 190 54 101 -
CMYK 0 0.72 0.47 0.25
HSL 339.26º 0.56% 0.48% -
HSV(B) 339.26º 0.72% 0.75% -
XYZ 24.9 14.53 13.8 -
YUV 100.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 190 54 101 0 0.72 0.47 0.25 339.26 0.56 0.48
Hex BE 36 65 0 48 2F 19 153 38 30
Octal 276 66 145 0 110 57 31 523 70 60
Binary 10111110 110110 1100101 0 1001000 101111 11001 101010011 111000 110000

Color Harmonies of #BE3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3665

Black with #BE3665

Text Example


Text Example

White with #BE3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3665; }

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

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

background-color css

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

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

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

border-color css

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

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

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