#BE336A

Color #BE336A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #BE336A

Tints of Rouge #BE336A

Color information

#BE336A (or 0xBE336A) is unknown color: approx Rouge. HEX triplet: BE, 33 and 6A. RGB value is (190,51,106). Sum of RGB (Red+Green+Blue) = 190+51+106=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE336A is #41CC95. Grayscale: #626262. Windows color (decimal): -4312214 or 6960062. OLE color: 6960062.

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

Color convert

RGB19051106-
CMYK00.730.440.25
HSL336.26º57.68%47.25%-
HSV(B)336.26º73.16%74.51%-
XYZ25.0214.3615.09-
YUV98.83132.05193.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=54.76%
G=14.70%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905110600.730.440.25336.2657.6847.25
HexBE336A0492C191503a2f
Octal27663152011154315207257
Binary1011111011001111010100100100110110011001101010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE336A; }

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

 H1.HeaderClassName
 {
   color: #BE336A;
 }
 .AnyTagClassName
 {
   color: #BE336A;
 }
</style>
background-color css

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

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

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

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

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

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