#BA365C

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

Shades of Old Rose #BA365C

Tints of Old Rose #BA365C

Color information

#BA365C (or 0xBA365C) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 5C. RGB value is (186,54,92). Sum of RGB (Red+Green+Blue) = 186+54+92=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA365C is #45C9A3. Grayscale: #616161. Windows color (decimal): -4573604 or 6043322. OLE color: 6043322.

HSL color Cylindrical-coordinate representation of color #BA365C: hue angle of 342.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA365C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1865492-
CMYK00.710.510.27
HSL342.73º55%47.06%-
HSV(B)342.73º70.97%72.94%-
XYZ23.513.8511.56-
YUV97.8124.73190.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=56.02%
G=16.27%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186549200.710.510.27342.735547.06
HexBA365C047331B157372f
Octal27266134010763335276757
Binary1011101011011010111000100011111001111011101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA365C; }

 p { color: rgb(186,54,92); }

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

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

 a { background-color: rgb(186,54,92); }

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

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

 span { border-color: rgb(186,54,92); }

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