#BA275C

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

Shades of Old Rose #BA275C

Tints of Old Rose #BA275C

Color information

#BA275C (or 0xBA275C) is unknown color: approx Old Rose. HEX triplet: BA, 27 and 5C. RGB value is (186,39,92). Sum of RGB (Red+Green+Blue) = 186+39+92=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275C is #45D8A3. Grayscale: #585858. Windows color (decimal): -4577444 or 6039482. OLE color: 6039482.

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

Color convert

RGB1863992-
CMYK00.790.510.27
HSL338.37º65.33%44.12%-
HSV(B)338.37º79.03%72.94%-
XYZ22.9112.6611.36-
YUV88.99129.7197.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=58.68%
G=12.30%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186399200.790.510.27338.3765.3344.12
HexBA275C04F331B152412c
Octal272471340117633352210154
Binary10111010100111101110001001111110011110111010100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA275C; }

 p { color: rgb(186,39,92); }

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

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

 a { background-color: rgb(186,39,92); }

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

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

 span { border-color: rgb(186,39,92); }

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