#b5386e

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

Shades of Rouge #B5386E

Tints of Rouge #B5386E

Color information

#B5386E (or 0xB5386E) is unknown color: approx Rouge. HEX triplet: B5, 38 and 6E. RGB value is (181,56,110). Sum of RGB (Red+Green+Blue) = 181+56+110=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5386E is #4AC791. Grayscale: #636363. Windows color (decimal): -4900754 or 7223477. OLE color: 7223477.

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

Color convert

RGB18156110-
CMYK00.690.390.29
HSL334.08º52.74%46.47%-
HSV(B)334.08º69.06%70.98%-
XYZ23.2813.7816.18-
YUV99.53133.91186.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=52.16%
G=16.14%
B=31.70%

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
Decimal1815611000.690.390.29334.0852.7446.47
HexB5386E045271D14e352e
Octal26570156010547355166556
Binary1011010111100011011100100010110011111101101001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5386e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5386e; }

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

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

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

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

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

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

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

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