#B5336E

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

Shades of Rouge #B5336E

Tints of Rouge #B5336E

Color information

#B5336E (or 0xB5336E) is unknown color: approx Rouge. HEX triplet: B5, 33 and 6E. RGB value is (181,51,110). Sum of RGB (Red+Green+Blue) = 181+51+110=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5336E is #4ACC91. Grayscale: #606060. Windows color (decimal): -4902034 or 7222197. OLE color: 7222197.

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

Color convert

RGB18151110-
CMYK00.720.390.29
HSL332.77º56.03%45.49%-
HSV(B)332.77º71.82%70.98%-
XYZ23.0513.3216.11-
YUV96.6135.57188.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=52.92%
G=14.91%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815111000.720.390.29332.7756.0345.49
HexB5336E048271D14d382d
Octal26563156011047355157055
Binary1011010111001111011100100100010011111101101001101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5336E; }

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

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

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

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

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

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

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

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