Html Css Color HEX #BE356B Rouge

📋 copy color: '#BE356B'

red 190 ◦ green 53 ◦ blue 107

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

Shades of Rouge #BE356B

Tints of Rouge #BE356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 54.29%
G = 15.14%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE356B (or 0xBE356B) is known color: Rouge. HEX triplet: BE, 35 and 6B. RGB value is (190,53,107). Sum of RGB (Red+Green+Blue) = 190+53+107=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356B is #41CA94. Grayscale: #646464. Windows color (decimal): -4311701 or 7026110. OLE color: 7026110.

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

Color convert

RGB 190 53 107 -
CMYK 0 0.72 0.44 0.25
HSL 336.35º 0.56% 0.48% -
HSV(B) 336.35º 0.72% 0.75% -
XYZ 25.16 14.55 15.39 -
YUV 100.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 190 53 107 0 0.72 0.44 0.25 336.35 0.56 0.48
Hex BE 35 6B 0 48 2C 19 150 38 30
Octal 276 65 153 0 110 54 31 520 70 60
Binary 10111110 110101 1101011 0 1001000 101100 11001 101010000 111000 110000

Color Harmonies of #BE356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE356B

Black with #BE356B

Text Example


Text Example

White with #BE356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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