#BA2F66

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

Shades of Rouge #BA2F66

Tints of Rouge #BA2F66

Color information

#BA2F66 (or 0xBA2F66) is unknown color: approx Rouge. HEX triplet: BA, 2F and 66. RGB value is (186,47,102). Sum of RGB (Red+Green+Blue) = 186+47+102=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F66 is #45D099. Grayscale: #5E5E5E. Windows color (decimal): -4575386 or 6696890. OLE color: 6696890.

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

Color convert

RGB18647102-
CMYK00.750.450.27
HSL336.26º59.66%45.69%-
HSV(B)336.26º74.73%72.94%-
XYZ23.6613.4313.92-
YUV94.83132.05193.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=55.52%
G=14.03%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864710200.750.450.27336.2659.6645.69
HexBA2F6604B2D1B1503c2e
Octal27257146011355335207456
Binary1011101010111111001100100101110110111011101010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F66; }

 p { color: rgb(186,47,102); }

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

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

 a { background-color: rgb(186,47,102); }

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

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

 span { border-color: rgb(186,47,102); }

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