#b8316a

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

Shades of Rouge #B8316A

Tints of Rouge #B8316A

Color information

#B8316A (or 0xB8316A) is unknown color: approx Rouge. HEX triplet: B8, 31 and 6A. RGB value is (184,49,106). Sum of RGB (Red+Green+Blue) = 184+49+106=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8316A is #47CE95. Grayscale: #5F5F5F. Windows color (decimal): -4705942 or 6959544. OLE color: 6959544.

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

Color convert

RGB18449106-
CMYK00.730.420.28
HSL334.67º57.94%45.69%-
HSV(B)334.67º73.37%72.16%-
XYZ23.4713.4314.99-
YUV95.86133.73190.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=54.28%
G=14.45%
B=31.27%

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
Decimal1844910600.730.420.28334.6757.9445.69
HexB8316A0492A1C14f3a2e
Octal27061152011152345177256
Binary1011100011000111010100100100110101011100101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8316a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8316a; }

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

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

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

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

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

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

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

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