#B44265

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

Shades of Rouge #B44265

Tints of Rouge #B44265

Color information

#B44265 (or 0xB44265) is unknown color: approx Rouge. HEX triplet: B4, 42 and 65. RGB value is (180,66,101). Sum of RGB (Red+Green+Blue) = 180+66+101=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B44265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44265 is #4BBD9A. Grayscale: #686868. Windows color (decimal): -4963739 or 6636212. OLE color: 6636212.

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

Color convert

RGB18066101-
CMYK00.630.440.29
HSL341.58º46.34%48.24%-
HSV(B)341.58º63.33%70.59%-
XYZ23.1214.5413.9-
YUV104.08126.27182.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=51.87%
G=19.02%
B=29.11%

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
Decimal1806610100.630.440.29341.5846.3448.24
HexB4426503F2C1D1562e30
Octal26410214507754355265660
Binary1011010010000101100101011111110110011101101010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44265; }

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

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

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

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

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

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

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

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