#BA3967

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

Shades of Rouge #BA3967

Tints of Rouge #BA3967

Color information

#BA3967 (or 0xBA3967) is unknown color: approx Rouge. HEX triplet: BA, 39 and 67. RGB value is (186,57,103). Sum of RGB (Red+Green+Blue) = 186+57+103=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3967 is #45C698. Grayscale: #646464. Windows color (decimal): -4572825 or 6764986. OLE color: 6764986.

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

Color convert

RGB18657103-
CMYK00.690.450.27
HSL338.6º53.09%47.65%-
HSV(B)338.6º69.35%72.94%-
XYZ24.1614.3414.33-
YUV100.82129.24188.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=53.76%
G=16.47%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865710300.690.450.27338.653.0947.65
HexBA39670452D1B1533530
Octal27271147010555335236560
Binary1011101011100111001110100010110110111011101010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3967; }

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

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

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

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

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

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

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

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