#BA3D67

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

Shades of Rouge #BA3D67

Tints of Rouge #BA3D67

Color information

#BA3D67 (or 0xBA3D67) is unknown color: approx Rouge. HEX triplet: BA, 3D and 67. RGB value is (186,61,103). Sum of RGB (Red+Green+Blue) = 186+61+103=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D67 is #45C298. Grayscale: #676767. Windows color (decimal): -4571801 or 6766010. OLE color: 6766010.

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

Color convert

RGB18661103-
CMYK00.670.450.27
HSL339.84º50.61%48.43%-
HSV(B)339.84º67.2%72.94%-
XYZ24.3714.7614.4-
YUV103.16127.91187.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 103 (40.62% from 255) = 29.43%
R=53.14%
G=17.43%
B=29.43%

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
Decimal1866110300.670.450.27339.8450.6148.43
HexBA3D670432D1B1543330
Octal27275147010355335246360
Binary1011101011110111001110100001110110111011101010100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D67; }

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

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

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

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

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

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

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

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