#BA3D68

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

Shades of Rouge #BA3D68

Tints of Rouge #BA3D68

Color information

#BA3D68 (or 0xBA3D68) is unknown color: approx Rouge. HEX triplet: BA, 3D and 68. RGB value is (186,61,104). Sum of RGB (Red+Green+Blue) = 186+61+104=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D68 is #45C297. Grayscale: #676767. Windows color (decimal): -4571800 or 6831546. OLE color: 6831546.

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

Color convert

RGB18661104-
CMYK00.670.440.27
HSL339.36º50.61%48.43%-
HSV(B)339.36º67.2%72.94%-
XYZ24.4214.7814.66-
YUV103.28128.41187-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=52.99%
G=17.38%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866110400.670.440.27339.3650.6148.43
HexBA3D680432C1B1533330
Octal27275150010354335236360
Binary1011101011110111010000100001110110011011101010011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D68; }

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

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

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

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

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

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

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

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