#BA3D60

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

Shades of Rouge #BA3D60

Tints of Rouge #BA3D60

Color information

#BA3D60 (or 0xBA3D60) is unknown color: approx Rouge. HEX triplet: BA, 3D and 60. RGB value is (186,61,96). Sum of RGB (Red+Green+Blue) = 186+61+96=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D60 is #45C29F. Grayscale: #666666. Windows color (decimal): -4571808 or 6307258. OLE color: 6307258.

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

Color convert

RGB1866196-
CMYK00.670.480.27
HSL343.2º50.61%48.43%-
HSV(B)343.2º67.2%72.94%-
XYZ24.0314.6212.62-
YUV102.36124.41187.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=54.23%
G=17.78%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186619600.670.480.27343.250.6148.43
HexBA3D60043301B1573330
Octal27275140010360335276360
Binary1011101011110111000000100001111000011011101010111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D60; }

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

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

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

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

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

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

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

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