#BA275B

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

Shades of Old Rose #BA275B

Tints of Old Rose #BA275B

Color information

#BA275B (or 0xBA275B) is unknown color: approx Old Rose. HEX triplet: BA, 27 and 5B. RGB value is (186,39,91). Sum of RGB (Red+Green+Blue) = 186+39+91=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275B is #45D8A4. Grayscale: #585858. Windows color (decimal): -4577445 or 5973946. OLE color: 5973946.

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

Color convert

RGB1863991-
CMYK00.790.510.27
HSL338.78º65.33%44.12%-
HSV(B)338.78º79.03%72.94%-
XYZ22.8612.6511.13-
YUV88.88129.2197.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=58.86%
G=12.34%
B=28.80%

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
Decimal186399100.790.510.27338.7865.3344.12
HexBA275B04F331B153412c
Octal272471330117633352310154
Binary10111010100111101101101001111110011110111010100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA275B; }

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

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

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

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

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

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

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

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