#BA4067

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

Shades of Rouge #BA4067

Tints of Rouge #BA4067

Color information

#BA4067 (or 0xBA4067) is unknown color: approx Rouge. HEX triplet: BA, 40 and 67. RGB value is (186,64,103). Sum of RGB (Red+Green+Blue) = 186+64+103=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4067 is #45BF98. Grayscale: #686868. Windows color (decimal): -4571033 or 6766778. OLE color: 6766778.

HSL color Cylindrical-coordinate representation of color #BA4067: hue angle of 340.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4067 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18664103-
CMYK00.660.450.27
HSL340.82º48.8%49.02%-
HSV(B)340.82º65.59%72.94%-
XYZ24.5315.0914.45-
YUV104.92126.92185.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=52.69%
G=18.13%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866410300.660.450.27340.8248.849.02
HexBA40670422D1B1553131
Octal272100147010255335256161
Binary10111010100000011001110100001010110111011101010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4067; }

 p { color: rgb(186,64,103); }

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

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

 a { background-color: rgb(186,64,103); }

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

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

 span { border-color: rgb(186,64,103); }

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