#B44365

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

Shades of Rouge #B44365

Tints of Rouge #B44365

Color information

#B44365 (or 0xB44365) is unknown color: approx Rouge. HEX triplet: B4, 43 and 65. RGB value is (180,67,101). Sum of RGB (Red+Green+Blue) = 180+67+101=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44365 is #4BBC9A. Grayscale: #686868. Windows color (decimal): -4963483 or 6636468. OLE color: 6636468.

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

Color convert

RGB18067101-
CMYK00.630.440.29
HSL341.95º45.75%48.43%-
HSV(B)341.95º62.78%70.59%-
XYZ23.1814.6613.92-
YUV104.66125.94181.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=51.72%
G=19.25%
B=29.02%

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
Decimal1806710100.630.440.29341.9545.7548.43
HexB4436503F2C1D1562e30
Octal26410314507754355265660
Binary1011010010000111100101011111110110011101101010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44365; }

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

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

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

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

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

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

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

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