#B04464

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

Shades of Rouge #B04464

Tints of Rouge #B04464

Color information

#B04464 (or 0xB04464) is unknown color: approx Rouge. HEX triplet: B0, 44 and 64. RGB value is (176,68,100). Sum of RGB (Red+Green+Blue) = 176+68+100=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04464 is #4FBB9B. Grayscale: #676767. Windows color (decimal): -5225372 or 6571184. OLE color: 6571184.

HSL color Cylindrical-coordinate representation of color #B04464: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04464 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17668100-
CMYK00.610.430.31
HSL342.22º44.26%47.84%-
HSV(B)342.22º61.36%69.02%-
XYZ22.2714.2813.64-
YUV103.94125.78179.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=51.16%
G=19.77%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766810000.610.430.31342.2244.2647.84
HexB0446403D2B1F1562c30
Octal26010414407553375265460
Binary1011000010001001100100011110110101111111101010110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04464; }

 p { color: rgb(176,68,100); }

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

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

 a { background-color: rgb(176,68,100); }

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

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

 span { border-color: rgb(176,68,100); }

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