#B5396C

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

Shades of Rouge #B5396C

Tints of Rouge #B5396C

Color information

#B5396C (or 0xB5396C) is unknown color: approx Rouge. HEX triplet: B5, 39 and 6C. RGB value is (181,57,108). Sum of RGB (Red+Green+Blue) = 181+57+108=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396C is #4AC693. Grayscale: #636363. Windows color (decimal): -4900500 or 7092661. OLE color: 7092661.

HSL color Cylindrical-coordinate representation of color #B5396C: hue angle of 335.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5396C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18157108-
CMYK00.690.400.29
HSL335.32º52.1%46.67%-
HSV(B)335.32º68.51%70.98%-
XYZ23.2313.8315.63-
YUV99.89132.58185.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=52.31%
G=16.47%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815710800.690.400.29335.3252.146.67
HexB5396C045281D14f342f
Octal26571154010550355176457
Binary1011010111100111011000100010110100011101101001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5396C; }

 p { color: rgb(181,57,108); }

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

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

 a { background-color: rgb(181,57,108); }

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

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

 span { border-color: rgb(181,57,108); }

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