#B5376E

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

Shades of Rouge #B5376E

Tints of Rouge #B5376E

Color information

#B5376E (or 0xB5376E) is unknown color: approx Rouge. HEX triplet: B5, 37 and 6E. RGB value is (181,55,110). Sum of RGB (Red+Green+Blue) = 181+55+110=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5376E is #4AC891. Grayscale: #626262. Windows color (decimal): -4901010 or 7223221. OLE color: 7223221.

HSL color Cylindrical-coordinate representation of color #B5376E: hue angle of 333.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5376E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18155110-
CMYK00.700.390.29
HSL333.81º53.39%46.27%-
HSV(B)333.81º69.61%70.98%-
XYZ23.2413.6816.17-
YUV98.94134.24186.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=52.31%
G=15.90%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815511000.700.390.29333.8153.3946.27
HexB5376E046271D14e352e
Octal26567156010647355166556
Binary1011010111011111011100100011010011111101101001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5376E; }

 p { color: rgb(181,55,110); }

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

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

 a { background-color: rgb(181,55,110); }

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

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

 span { border-color: rgb(181,55,110); }

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