#BA4062

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

Shades of Rouge #BA4062

Tints of Rouge #BA4062

Color information

#BA4062 (or 0xBA4062) is unknown color: approx Rouge. HEX triplet: BA, 40 and 62. RGB value is (186,64,98). Sum of RGB (Red+Green+Blue) = 186+64+98=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4062 is #45BF9D. Grayscale: #686868. Windows color (decimal): -4571038 or 6439098. OLE color: 6439098.

HSL color Cylindrical-coordinate representation of color #BA4062: hue angle of 343.28º 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 #BA4062 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1866498-
CMYK00.660.470.27
HSL343.28º48.8%49.02%-
HSV(B)343.28º65.59%72.94%-
XYZ24.2914.9913.17-
YUV104.35124.42186.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=53.45%
G=18.39%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186649800.660.470.27343.2848.849.02
HexBA40620422F1B1573131
Octal272100142010257335276161
Binary10111010100000011000100100001010111111011101010111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4062; }

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

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

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

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

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

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

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

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