#B8326B

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

Shades of Rouge #B8326B

Tints of Rouge #B8326B

Color information

#B8326B (or 0xB8326B) is unknown color: approx Rouge. HEX triplet: B8, 32 and 6B. RGB value is (184,50,107). Sum of RGB (Red+Green+Blue) = 184+50+107=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8326B is #47CD94. Grayscale: #606060. Windows color (decimal): -4705685 or 7025336. OLE color: 7025336.

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

Color convert

RGB18450107-
CMYK00.730.420.28
HSL334.48º57.26%45.88%-
HSV(B)334.48º72.83%72.16%-
XYZ23.5613.5315.28-
YUV96.56133.89190.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=53.96%
G=14.66%
B=31.38%

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
Decimal1845010700.730.420.28334.4857.2645.88
HexB8326B0492A1C14e392e
Octal27062153011152345167156
Binary1011100011001011010110100100110101011100101001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8326B; }

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

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

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

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

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

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

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

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