#BA2669

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

Shades of Rouge #BA2669

Tints of Rouge #BA2669

Color information

#BA2669 (or 0xBA2669) is unknown color: approx Rouge. HEX triplet: BA, 26 and 69. RGB value is (186,38,105). Sum of RGB (Red+Green+Blue) = 186+38+105=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2669 is #45D996. Grayscale: #595959. Windows color (decimal): -4577687 or 6891194. OLE color: 6891194.

HSL color Cylindrical-coordinate representation of color #BA2669: hue angle of 332.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2669 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18638105-
CMYK00.800.440.27
HSL332.84º66.07%43.92%-
HSV(B)332.84º79.57%72.94%-
XYZ23.4912.8514.61-
YUV89.89136.53196.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=56.53%
G=11.55%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863810500.800.440.27332.8466.0743.92
HexBA26690502C1B14d422c
Octal272461510120543351510254
Binary10111010100110110100101010000101100110111010011011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2669; }

 p { color: rgb(186,38,105); }

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

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

 a { background-color: rgb(186,38,105); }

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

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

 span { border-color: rgb(186,38,105); }

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