#B44160

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

Shades of Rouge #B44160

Tints of Rouge #B44160

Color information

#B44160 (or 0xB44160) is unknown color: approx Rouge. HEX triplet: B4, 41 and 60. RGB value is (180,65,96). Sum of RGB (Red+Green+Blue) = 180+65+96=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B44160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44160 is #4BBE9F. Grayscale: #666666. Windows color (decimal): -4964000 or 6308276. OLE color: 6308276.

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

Color convert

RGB1806596-
CMYK00.640.470.29
HSL343.83º46.94%48.04%-
HSV(B)343.83º63.89%70.59%-
XYZ22.8214.3312.63-
YUV102.92124.1182.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=52.79%
G=19.06%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180659600.640.470.29343.8346.9448.04
HexB441600402F1D1582f30
Octal264101140010057355305760
Binary10110100100000111000000100000010111111101101011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44160; }

 p { color: rgb(180,65,96); }

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

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

 a { background-color: rgb(180,65,96); }

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

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

 span { border-color: rgb(180,65,96); }

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