#B5396E

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

Shades of Rouge #B5396E

Tints of Rouge #B5396E

Color information

#B5396E (or 0xB5396E) is unknown color: approx Rouge. HEX triplet: B5, 39 and 6E. RGB value is (181,57,110). Sum of RGB (Red+Green+Blue) = 181+57+110=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396E is #4AC691. Grayscale: #646464. Windows color (decimal): -4900498 or 7223733. OLE color: 7223733.

HSL color Cylindrical-coordinate representation of color #B5396E: hue angle of 334.35º 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 #B5396E is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18157110-
CMYK00.690.390.29
HSL334.35º52.1%46.67%-
HSV(B)334.35º68.51%70.98%-
XYZ23.3313.8816.2-
YUV100.12133.58185.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=52.01%
G=16.38%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815711000.690.390.29334.3552.146.67
HexB5396E045271D14e342f
Octal26571156010547355166457
Binary1011010111100111011100100010110011111101101001110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5396E; }

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

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

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

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

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

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

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

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