#BA3D66

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

Shades of Rouge #BA3D66

Tints of Rouge #BA3D66

Color information

#BA3D66 (or 0xBA3D66) is unknown color: approx Rouge. HEX triplet: BA, 3D and 66. RGB value is (186,61,102). Sum of RGB (Red+Green+Blue) = 186+61+102=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D66 is #45C299. Grayscale: #676767. Windows color (decimal): -4571802 or 6700474. OLE color: 6700474.

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

Color convert

RGB18661102-
CMYK00.670.450.27
HSL340.32º50.61%48.43%-
HSV(B)340.32º67.2%72.94%-
XYZ24.3214.7414.13-
YUV103.05127.41187.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=53.30%
G=17.48%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866110200.670.450.27340.3250.6148.43
HexBA3D660432D1B1543330
Octal27275146010355335246360
Binary1011101011110111001100100001110110111011101010100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D66; }

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

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

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

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

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

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

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

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