#BA2856

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

Shades of Old Rose #BA2856

Tints of Old Rose #BA2856

Color information

#BA2856 (or 0xBA2856) is unknown color: approx Old Rose. HEX triplet: BA, 28 and 56. RGB value is (186,40,86). Sum of RGB (Red+Green+Blue) = 186+40+86=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2856 is #45D7A9. Grayscale: #585858. Windows color (decimal): -4577194 or 5646522. OLE color: 5646522.

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

Color convert

RGB1864086-
CMYK00.780.540.27
HSL341.1º64.6%44.31%-
HSV(B)341.1º78.49%72.94%-
XYZ22.6912.6310.05-
YUV88.9126.37197.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=59.62%
G=12.82%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186408600.780.540.27341.164.644.31
HexBA285604E361B155412c
Octal272501260116663352510154
Binary10111010101000101011001001110110110110111010101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2856; }

 p { color: rgb(186,40,86); }

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

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

 a { background-color: rgb(186,40,86); }

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

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

 span { border-color: rgb(186,40,86); }

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