Html Css Color HEX #BE3769 Rouge

📋 copy color: '#BE3769'

red 190 ◦ green 55 ◦ blue 105

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

Shades of Rouge #BE3769

Tints of Rouge #BE3769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 105 (41.41% from 255) = 30%

R = 54.29%
G = 15.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE3769 (or 0xBE3769) is known color: Rouge. HEX triplet: BE, 37 and 69. RGB value is (190,55,105). Sum of RGB (Red+Green+Blue) = 190+55+105=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3769 is #41C896. Grayscale: #646464. Windows color (decimal): -4311191 or 6895550. OLE color: 6895550.

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

Color convert

RGB 190 55 105 -
CMYK 0 0.71 0.45 0.25
HSL 337.78º 0.55% 0.48% -
HSV(B) 337.78º 0.71% 0.75% -
XYZ 25.15 14.7 14.88 -
YUV 101.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 190 55 105 0 0.71 0.45 0.25 337.78 0.55 0.48
Hex BE 37 69 0 47 2D 19 152 37 30
Octal 276 67 151 0 107 55 31 522 67 60
Binary 10111110 110111 1101001 0 1000111 101101 11001 101010010 110111 110000

Color Harmonies of #BE3769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3769

Black with #BE3769

Text Example


Text Example

White with #BE3769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3769; }

 p { color: rgb(190,55,105); }

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

background-color css

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

 a { background-color: rgb(190,55,105); }

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

border-color css

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

 span { border-color: rgb(190,55,105); }

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