#B44364

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

Shades of Rouge #B44364

Tints of Rouge #B44364

Color information

#B44364 (or 0xB44364) is unknown color: approx Rouge. HEX triplet: B4, 43 and 64. RGB value is (180,67,100). Sum of RGB (Red+Green+Blue) = 180+67+100=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B44364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44364 is #4BBC9B. Grayscale: #686868. Windows color (decimal): -4963484 or 6570932. OLE color: 6570932.

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

Color convert

RGB18067100-
CMYK00.630.440.29
HSL342.48º45.75%48.43%-
HSV(B)342.48º62.78%70.59%-
XYZ23.1314.6413.66-
YUV104.55125.44181.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=51.87%
G=19.31%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806710000.630.440.29342.4845.7548.43
HexB4436403F2C1D1562e30
Octal26410314407754355265660
Binary1011010010000111100100011111110110011101101010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44364; }

 p { color: rgb(180,67,100); }

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

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

 a { background-color: rgb(180,67,100); }

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

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

 span { border-color: rgb(180,67,100); }

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