#B6336A

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

Shades of Rouge #B6336A

Tints of Rouge #B6336A

Color information

#B6336A (or 0xB6336A) is unknown color: approx Rouge. HEX triplet: B6, 33 and 6A. RGB value is (182,51,106). Sum of RGB (Red+Green+Blue) = 182+51+106=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6336A is #49CC95. Grayscale: #606060. Windows color (decimal): -4836502 or 6960054. OLE color: 6960054.

HSL color Cylindrical-coordinate representation of color #B6336A: hue angle of 334.81º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6336A is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18251106-
CMYK00.720.420.29
HSL334.81º56.22%45.69%-
HSV(B)334.81º71.98%71.37%-
XYZ23.0813.3515-
YUV96.44133.4189.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=53.69%
G=15.04%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825110600.720.420.29334.8156.2245.69
HexB6336A0482A1D14f382e
Octal26663152011052355177056
Binary1011011011001111010100100100010101011101101001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6336A; }

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

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

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

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

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

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

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

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