Html Css Color HEX #BE3065 Rouge

📋 copy color: '#BE3065'

red 190 ◦ green 48 ◦ blue 101

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

Shades of Rouge #BE3065

Tints of Rouge #BE3065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 56.05%
G = 14.16%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE3065 (or 0xBE3065) is known color: Rouge. HEX triplet: BE, 30 and 65. RGB value is (190,48,101). Sum of RGB (Red+Green+Blue) = 190+48+101=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3065 is #41CF9A. Grayscale: #606060. Windows color (decimal): -4312987 or 6631614. OLE color: 6631614.

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

Color convert

RGB 190 48 101 -
CMYK 0 0.75 0.47 0.25
HSL 337.61º 0.6% 0.47% -
HSV(B) 337.61º 0.75% 0.75% -
XYZ 24.64 14 13.72 -
YUV 96.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 190 48 101 0 0.75 0.47 0.25 337.61 0.6 0.47
Hex BE 30 65 0 4B 2F 19 152 3C 2F
Octal 276 60 145 0 113 57 31 522 74 57
Binary 10111110 110000 1100101 0 1001011 101111 11001 101010010 111100 101111

Color Harmonies of #BE3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3065

Black with #BE3065

Text Example


Text Example

White with #BE3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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