#B43B64

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

Shades of Rouge #B43B64

Tints of Rouge #B43B64

Color information

#B43B64 (or 0xB43B64) is unknown color: approx Rouge. HEX triplet: B4, 3B and 64. RGB value is (180,59,100). Sum of RGB (Red+Green+Blue) = 180+59+100=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B64 is #4BC49B. Grayscale: #636363. Windows color (decimal): -4965532 or 6568884. OLE color: 6568884.

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

Color convert

RGB18059100-
CMYK00.670.440.29
HSL339.67º50.63%46.86%-
HSV(B)339.67º67.22%70.59%-
XYZ22.6913.7513.52-
YUV99.85128.09185.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=53.10%
G=17.40%
B=29.50%

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
Decimal1805910000.670.440.29339.6750.6346.86
HexB43B640432C1D154332f
Octal26473144010354355246357
Binary1011010011101111001000100001110110011101101010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B64; }

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

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

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

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

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

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

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

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