#B43C64

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

Shades of Rouge #B43C64

Tints of Rouge #B43C64

Color information

#B43C64 (or 0xB43C64) is unknown color: approx Rouge. HEX triplet: B4, 3C and 64. RGB value is (180,60,100). Sum of RGB (Red+Green+Blue) = 180+60+100=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C64 is #4BC39B. Grayscale: #646464. Windows color (decimal): -4965276 or 6569140. OLE color: 6569140.

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

Color convert

RGB18060100-
CMYK00.670.440.29
HSL340º50%47.06%-
HSV(B)340º66.67%70.59%-
XYZ22.7413.8613.53-
YUV100.44127.76184.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=52.94%
G=17.65%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806010000.670.440.293405047.06
HexB43C640432C1D154322f
Octal26474144010354355246257
Binary1011010011110011001000100001110110011101101010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C64; }

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

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

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

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

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

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

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

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