#BA3D65

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

Shades of Rouge #BA3D65

Tints of Rouge #BA3D65

Color information

#BA3D65 (or 0xBA3D65) is unknown color: approx Rouge. HEX triplet: BA, 3D and 65. RGB value is (186,61,101). Sum of RGB (Red+Green+Blue) = 186+61+101=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D65 is #45C29A. Grayscale: #666666. Windows color (decimal): -4571803 or 6634938. OLE color: 6634938.

HSL color Cylindrical-coordinate representation of color #BA3D65: hue angle of 340.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D65 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18661101-
CMYK00.670.460.27
HSL340.8º50.61%48.43%-
HSV(B)340.8º67.2%72.94%-
XYZ24.2714.7213.87-
YUV102.93126.91187.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 61 (24.22% from 255) = 17.53%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=53.45%
G=17.53%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866110100.670.460.27340.850.6148.43
HexBA3D650432E1B1553330
Octal27275145010356335256360
Binary1011101011110111001010100001110111011011101010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D65; }

 p { color: rgb(186,61,101); }

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

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

 a { background-color: rgb(186,61,101); }

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

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

 span { border-color: rgb(186,61,101); }

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