#BA376A

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

Shades of Rouge #BA376A

Tints of Rouge #BA376A

Color information

#BA376A (or 0xBA376A) is unknown color: approx Rouge. HEX triplet: BA, 37 and 6A. RGB value is (186,55,106). Sum of RGB (Red+Green+Blue) = 186+55+106=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA376A is #45C895. Grayscale: #636363. Windows color (decimal): -4573334 or 6961082. OLE color: 6961082.

HSL color Cylindrical-coordinate representation of color #BA376A: hue angle of 336.64º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA376A is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18655106-
CMYK00.700.430.27
HSL336.64º54.36%47.25%-
HSV(B)336.64º70.43%72.94%-
XYZ24.2214.2115.1-
YUV99.98131.4189.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=53.60%
G=15.85%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865510600.700.430.27336.6454.3647.25
HexBA376A0462B1B151362f
Octal27267152010653335216657
Binary1011101011011111010100100011010101111011101010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA376A; }

 p { color: rgb(186,55,106); }

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

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

 a { background-color: rgb(186,55,106); }

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

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

 span { border-color: rgb(186,55,106); }

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