#B44064

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

Shades of Rouge #B44064

Tints of Rouge #B44064

Color information

#B44064 (or 0xB44064) is unknown color: approx Rouge. HEX triplet: B4, 40 and 64. RGB value is (180,64,100). Sum of RGB (Red+Green+Blue) = 180+64+100=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B44064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44064 is #4BBF9B. Grayscale: #666666. Windows color (decimal): -4964252 or 6570164. OLE color: 6570164.

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

Color convert

RGB18064100-
CMYK00.640.440.29
HSL341.38º47.54%47.84%-
HSV(B)341.38º64.44%70.59%-
XYZ22.9614.2913.6-
YUV102.79126.43183.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=52.33%
G=18.60%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806410000.640.440.29341.3847.5447.84
HexB440640402C1D1553030
Octal264100144010054355256060
Binary10110100100000011001000100000010110011101101010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44064; }

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

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

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

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

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

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

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

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