#B43F68

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

Shades of Rouge #B43F68

Tints of Rouge #B43F68

Color information

#B43F68 (or 0xB43F68) is unknown color: approx Rouge. HEX triplet: B4, 3F and 68. RGB value is (180,63,104). Sum of RGB (Red+Green+Blue) = 180+63+104=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F68 is #4BC097. Grayscale: #666666. Windows color (decimal): -4964504 or 6832052. OLE color: 6832052.

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

Color convert

RGB18063104-
CMYK00.650.420.29
HSL338.97º48.15%47.65%-
HSV(B)338.97º65%70.59%-
XYZ23.114.2614.63-
YUV102.66128.76183.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=51.87%
G=18.16%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806310400.650.420.29338.9748.1547.65
HexB43F680412A1D1533030
Octal26477150010152355236060
Binary1011010011111111010000100000110101011101101010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F68; }

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

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

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

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

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

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

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

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