#B43C67

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

Shades of Rouge #B43C67

Tints of Rouge #B43C67

Color information

#B43C67 (or 0xB43C67) is unknown color: approx Rouge. HEX triplet: B4, 3C and 67. RGB value is (180,60,103). Sum of RGB (Red+Green+Blue) = 180+60+103=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C67 is #4BC398. Grayscale: #646464. Windows color (decimal): -4965273 or 6765748. OLE color: 6765748.

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

Color convert

RGB18060103-
CMYK00.670.430.29
HSL338.5º50%47.06%-
HSV(B)338.5º66.67%70.59%-
XYZ22.8913.9114.31-
YUV100.78129.26184.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=52.48%
G=17.49%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806010300.670.430.29338.55047.06
HexB43C670432B1D152322f
Octal26474147010353355226257
Binary1011010011110011001110100001110101111101101010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C67; }

 p { color: rgb(180,60,103); }

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

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

 a { background-color: rgb(180,60,103); }

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

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

 span { border-color: rgb(180,60,103); }

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