Html Css Color HEX #BE336C Rouge

📋 copy color: '#BE336C'

red 190 ◦ green 51 ◦ blue 108

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

Shades of Rouge #BE336C

Tints of Rouge #BE336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 54.44%
G = 14.61%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE336C (or 0xBE336C) is known color: Rouge. HEX triplet: BE, 33 and 6C. RGB value is (190,51,108). Sum of RGB (Red+Green+Blue) = 190+51+108=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE336C is #41CC93. Grayscale: #626262. Windows color (decimal): -4312212 or 7091134. OLE color: 7091134.

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

Color convert

RGB 190 51 108 -
CMYK 0 0.73 0.43 0.25
HSL 335.4º 0.58% 0.47% -
HSV(B) 335.4º 0.73% 0.75% -
XYZ 25.13 14.4 15.64 -
YUV 99.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 190 51 108 0 0.73 0.43 0.25 335.4 0.58 0.47
Hex BE 33 6C 0 49 2B 19 14F 3A 2F
Octal 276 63 154 0 111 53 31 517 72 57
Binary 10111110 110011 1101100 0 1001001 101011 11001 101001111 111010 101111

Color Harmonies of #BE336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE336C

Black with #BE336C

Text Example


Text Example

White with #BE336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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