#B43F64

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

Shades of Rouge #B43F64

Tints of Rouge #B43F64

Color information

#B43F64 (or 0xB43F64) is unknown color: approx Rouge. HEX triplet: B4, 3F and 64. RGB value is (180,63,100). Sum of RGB (Red+Green+Blue) = 180+63+100=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F64 is #4BC09B. Grayscale: #666666. Windows color (decimal): -4964508 or 6569908. OLE color: 6569908.

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

Color convert

RGB18063100-
CMYK00.650.440.29
HSL341.03º48.15%47.65%-
HSV(B)341.03º65%70.59%-
XYZ22.914.1813.59-
YUV102.2126.76183.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=52.48%
G=18.37%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806310000.650.440.29341.0348.1547.65
HexB43F640412C1D1553030
Octal26477144010154355256060
Binary1011010011111111001000100000110110011101101010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F64; }

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

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

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

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

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

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

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

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