#BA3952

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

Shades of Old Rose #BA3952

Tints of Old Rose #BA3952

Color information

#BA3952 (or 0xBA3952) is unknown color: approx Old Rose. HEX triplet: BA, 39 and 52. RGB value is (186,57,82). Sum of RGB (Red+Green+Blue) = 186+57+82=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3952 is #45C6AD. Grayscale: #626262. Windows color (decimal): -4572846 or 5388730. OLE color: 5388730.

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

Color convert

RGB1865782-
CMYK00.690.560.27
HSL348.37º53.09%47.65%-
HSV(B)348.37º69.35%72.94%-
XYZ23.2413.979.46-
YUV98.42118.74190.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=57.23%
G=17.54%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186578200.690.560.27348.3753.0947.65
HexBA3952045381B15c3530
Octal27271122010570335346560
Binary1011101011100110100100100010111100011011101011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3952; }

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

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

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

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

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

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

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

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