#B43364

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

Shades of Rouge #B43364

Tints of Rouge #B43364

Color information

#B43364 (or 0xB43364) is unknown color: approx Rouge. HEX triplet: B4, 33 and 64. RGB value is (180,51,100). Sum of RGB (Red+Green+Blue) = 180+51+100=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B43364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43364 is #4BCC9B. Grayscale: #5F5F5F. Windows color (decimal): -4967580 or 6566836. OLE color: 6566836.

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

Color convert

RGB18051100-
CMYK00.720.440.29
HSL337.21º55.84%45.29%-
HSV(B)337.21º71.67%70.59%-
XYZ22.3112.9913.39-
YUV95.16130.74188.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=54.38%
G=15.41%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805110000.720.440.29337.2155.8445.29
HexB433640482C1D151382d
Octal26463144011054355217055
Binary1011010011001111001000100100010110011101101010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43364; }

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

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

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

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

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

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

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

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