Html Css Color HEX #BE336B Rouge

📋 copy color: '#BE336B'

red 190 ◦ green 51 ◦ blue 107

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

Shades of Rouge #BE336B

Tints of Rouge #BE336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 54.6%
G = 14.66%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE336B (or 0xBE336B) is known color: Rouge. HEX triplet: BE, 33 and 6B. RGB value is (190,51,107). Sum of RGB (Red+Green+Blue) = 190+51+107=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE336B is #41CC94. Grayscale: #626262. Windows color (decimal): -4312213 or 7025598. OLE color: 7025598.

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

Color convert

RGB 190 51 107 -
CMYK 0 0.73 0.44 0.25
HSL 335.83º 0.58% 0.47% -
HSV(B) 335.83º 0.73% 0.75% -
XYZ 25.07 14.38 15.36 -
YUV 98.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 190 51 107 0 0.73 0.44 0.25 335.83 0.58 0.47
Hex BE 33 6B 0 49 2C 19 150 3A 2F
Octal 276 63 153 0 111 54 31 520 72 57
Binary 10111110 110011 1101011 0 1001001 101100 11001 101010000 111010 101111

Color Harmonies of #BE336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE336B

Black with #BE336B

Text Example


Text Example

White with #BE336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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