#B43D66

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

Shades of Rouge #B43D66

Tints of Rouge #B43D66

Color information

#B43D66 (or 0xB43D66) is unknown color: approx Rouge. HEX triplet: B4, 3D and 66. RGB value is (180,61,102). Sum of RGB (Red+Green+Blue) = 180+61+102=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D66 is #4BC299. Grayscale: #656565. Windows color (decimal): -4965018 or 6700468. OLE color: 6700468.

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

Color convert

RGB18061102-
CMYK00.660.430.29
HSL339.33º49.38%47.25%-
HSV(B)339.33º66.11%70.59%-
XYZ22.891414.07-
YUV101.26128.42184.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=52.48%
G=17.78%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806110200.660.430.29339.3349.3847.25
HexB43D660422B1D153312f
Octal26475146010253355236157
Binary1011010011110111001100100001010101111101101010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D66; }

 p { color: rgb(180,61,102); }

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

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

 a { background-color: rgb(180,61,102); }

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

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

 span { border-color: rgb(180,61,102); }

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