#B43F66

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

Shades of Rouge #B43F66

Tints of Rouge #B43F66

Color information

#B43F66 (or 0xB43F66) is unknown color: approx Rouge. HEX triplet: B4, 3F and 66. RGB value is (180,63,102). Sum of RGB (Red+Green+Blue) = 180+63+102=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F66 is #4BC099. Grayscale: #666666. Windows color (decimal): -4964506 or 6700980. OLE color: 6700980.

HSL color Cylindrical-coordinate representation of color #B43F66: hue angle of 340º 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 #B43F66 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18063102-
CMYK00.650.430.29
HSL340º48.15%47.65%-
HSV(B)340º65%70.59%-
XYZ2314.2214.1-
YUV102.43127.76183.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=52.17%
G=18.26%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806310200.650.430.2934048.1547.65
HexB43F660412B1D1543030
Octal26477146010153355246060
Binary1011010011111111001100100000110101111101101010100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F66; }

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

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

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

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

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

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

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

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