Html Css Color HEX #BE3569 Rouge

📋 copy color: '#BE3569'

red 190 ◦ green 53 ◦ blue 105

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

Shades of Rouge #BE3569

Tints of Rouge #BE3569

RGB

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

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

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

R = 54.6%
G = 15.23%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE3569 (or 0xBE3569) is known color: Rouge. HEX triplet: BE, 35 and 69. RGB value is (190,53,105). Sum of RGB (Red+Green+Blue) = 190+53+105=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3569 is #41CA96. Grayscale: #636363. Windows color (decimal): -4311703 or 6895038. OLE color: 6895038.

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

Color convert

RGB 190 53 105 -
CMYK 0 0.72 0.45 0.25
HSL 337.23º 0.56% 0.48% -
HSV(B) 337.23º 0.72% 0.75% -
XYZ 25.06 14.51 14.85 -
YUV 99.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 190 53 105 0 0.72 0.45 0.25 337.23 0.56 0.48
Hex BE 35 69 0 48 2D 19 151 38 30
Octal 276 65 151 0 110 55 31 521 70 60
Binary 10111110 110101 1101001 0 1001000 101101 11001 101010001 111000 110000

Color Harmonies of #BE3569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3569

Black with #BE3569

Text Example


Text Example

White with #BE3569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3569; }

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

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

background-color css

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

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

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

border-color css

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

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

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