#BA2661

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

Shades of Old Rose #BA2661

Tints of Old Rose #BA2661

Color information

#BA2661 (or 0xBA2661) is unknown color: approx Old Rose. HEX triplet: BA, 26 and 61. RGB value is (186,38,97). Sum of RGB (Red+Green+Blue) = 186+38+97=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2661 is #45D99E. Grayscale: #585858. Windows color (decimal): -4577695 or 6366906. OLE color: 6366906.

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

Color convert

RGB1863897-
CMYK00.800.480.27
HSL336.08º66.07%43.92%-
HSV(B)336.08º79.57%72.94%-
XYZ23.112.6912.54-
YUV88.98132.53197.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=57.94%
G=11.84%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186389700.800.480.27336.0866.0743.92
HexBA2661050301B150422c
Octal272461410120603352010254
Binary10111010100110110000101010000110000110111010100001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2661; }

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

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

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

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

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

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

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

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