#BA3956

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

Shades of Old Rose #BA3956

Tints of Old Rose #BA3956

Color information

#BA3956 (or 0xBA3956) is unknown color: approx Old Rose. HEX triplet: BA, 39 and 56. RGB value is (186,57,86). Sum of RGB (Red+Green+Blue) = 186+57+86=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3956 is #45C6A9. Grayscale: #626262. Windows color (decimal): -4572842 or 5650874. OLE color: 5650874.

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

Color convert

RGB1865786-
CMYK00.690.540.27
HSL346.51º53.09%47.65%-
HSV(B)346.51º69.35%72.94%-
XYZ23.3914.0410.28-
YUV98.88120.74190.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=56.53%
G=17.33%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186578600.690.540.27346.5153.0947.65
HexBA3956045361B15b3530
Octal27271126010566335336560
Binary1011101011100110101100100010111011011011101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3956; }

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

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

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

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

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

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

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

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