#BA275D

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

Shades of Old Rose #BA275D

Tints of Old Rose #BA275D

Color information

#BA275D (or 0xBA275D) is unknown color: approx Old Rose. HEX triplet: BA, 27 and 5D. RGB value is (186,39,93). Sum of RGB (Red+Green+Blue) = 186+39+93=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275D is #45D8A2. Grayscale: #595959. Windows color (decimal): -4577443 or 6105018. OLE color: 6105018.

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

Color convert

RGB1863993-
CMYK00.790.50.27
HSL337.96º65.33%44.12%-
HSV(B)337.96º79.03%72.94%-
XYZ22.9512.6811.59-
YUV89.11130.2197.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 39 (15.62% from 255) = 12.26%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=58.49%
G=12.26%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186399300.790.50.27337.9665.3344.12
HexBA275D04F321B152412c
Octal272471350117623352210154
Binary10111010100111101110101001111110010110111010100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA275D; }

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

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

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

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

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

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

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

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