#B8326A

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

Shades of Rouge #B8326A

Tints of Rouge #B8326A

Color information

#B8326A (or 0xB8326A) is unknown color: approx Rouge. HEX triplet: B8, 32 and 6A. RGB value is (184,50,106). Sum of RGB (Red+Green+Blue) = 184+50+106=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8326A is #47CD95. Grayscale: #606060. Windows color (decimal): -4705686 or 6959800. OLE color: 6959800.

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

Color convert

RGB18450106-
CMYK00.730.420.28
HSL334.93º57.26%45.88%-
HSV(B)334.93º72.83%72.16%-
XYZ23.5113.5115-
YUV96.45133.39190.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 50 (19.92% from 255) = 14.71%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=54.12%
G=14.71%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845010600.730.420.28334.9357.2645.88
HexB8326A0492A1C14f392e
Octal27062152011152345177156
Binary1011100011001011010100100100110101011100101001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8326A; }

 p { color: rgb(184,50,106); }

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

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

 a { background-color: rgb(184,50,106); }

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

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

 span { border-color: rgb(184,50,106); }

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